menu
path_type package
documentation
posix.dart
Path
hasRoot method
hasRoot method
dark_mode
light_mode
hasRoot
method
bool
hasRoot
(
)
Returns true if the Path has a root.
Implementation
bool hasRoot() => _posix.rootPrefix(string) == _pathSeparator;
path_type package
documentation
posix
Path
hasRoot method
Path extension type