menu
rust_std package
documentation
windows_path.dart
Path
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
)
Determines whether file exists on disk.
Implementation
Future<bool> exists() => platform.exists(string);
rust_std package
documentation
windows_path
Path
exists method
Path extension type