menu
sys package
documentation
sys.dart
directoryExists function
directoryExists function
dark_mode
light_mode
directoryExists
function
bool
directoryExists
(
String
path
)
Implementation
bool directoryExists(String path) { return std_std.directoryExists(path); }
sys package
documentation
sys
directoryExists function
sys library