menu
anyhow package
documentation
rust.dart
WindowsPath
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
)
Determines whether file exists on disk.
Implementation
Future<bool> exists() => io.exists(_string);
anyhow package
documentation
rust
WindowsPath
exists method
WindowsPath extension type