menu
neomage package
documentation
utils/fs/fs_operations.dart
FsOperations
isDirEmptySync abstract method
isDirEmptySync abstract method
dark_mode
light_mode
isDirEmptySync
abstract method
bool
isDirEmptySync
(
String
path
)
Checks if the directory is empty.
Implementation
bool isDirEmptySync(String path);
neomage package
documentation
utils/fs/fs_operations
FsOperations
isDirEmptySync abstract method
FsOperations class