menu
path_type package
documentation
posix.dart
Path
existsSync method
existsSync method
dark_mode
light_mode
existsSync
method
bool
existsSync
(
)
Determines whether file exists on disk.
Implementation
bool existsSync() => platform.existsSync(string);
path_type package
documentation
posix
Path
existsSync method
Path extension type