menu
arcane package
documentation
component/vfs/api/vpaths.dart
VPaths
hasParent static method
hasParent static method
dark_mode
light_mode
hasParent
static method
bool
hasParent
(
String
path
)
Implementation
static bool hasParent(String path) => sanitize(path) != "/";
arcane package
documentation
component/vfs/api/vpaths
VPaths
hasParent static method
VPaths class