menu
ftp_server package
documentation
file_operations/file_operations.dart
FileOperations
exists abstract method
exists abstract method
dark_mode
light_mode
exists
abstract method
bool
exists
(
String
path
)
Checks if a file or directory exists at the specified path.
Implementation
bool exists(String path);
ftp_server package
documentation
file_operations/file_operations
FileOperations
exists abstract method
FileOperations class