menu
anyhow package
documentation
rust.dart
WindowsPath
startsWith method
startsWith method
dark_mode
light_mode
startsWith
method
bool
startsWith
(
WindowsPath
other
)
Implementation
bool startsWith(WindowsPath other) => _string.startsWith(other._string);
anyhow package
documentation
rust
WindowsPath
startsWith method
WindowsPath extension type