menu
arcane package
documentation
component/vfs/api/vfs.dart
VFS
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
String
path
)
Implementation
Future<bool> exists(String path) => onExists(VPaths.sanitize(path));
arcane package
documentation
component/vfs/api/vfs
VFS
exists method
VFS class