menu
dep_sherpa package
documentation
adapters/filesystem.dart
FileSystemAdapter
directoryExists abstract method
directoryExists abstract method
dark_mode
light_mode
directoryExists
abstract method
bool
directoryExists
(
String
path
)
Returns whether a directory exists at
path
.
Implementation
bool directoryExists(String path);
dep_sherpa package
documentation
adapters/filesystem
FileSystemAdapter
directoryExists abstract method
FileSystemAdapter class