menu
anyhow package
documentation
rust.dart
WindowsPath
hasRoot method
hasRoot method
dark_mode
light_mode
hasRoot
method
bool
hasRoot
(
)
Returns true if the Path has a root.
Implementation
bool hasRoot() => _windows.rootPrefix(_string) == separator;
anyhow package
documentation
rust
WindowsPath
hasRoot method
WindowsPath extension type