menu
arcane package
documentation
component/vfs/api/ventity.dart
VEntity
childPath method
childPath method
dark_mode
light_mode
childPath
method
String
childPath
(
String
name
)
Implementation
String childPath(String name) => VPaths.join(path, name);
arcane package
documentation
component/vfs/api/ventity
VEntity
childPath method
VEntity class