xFullPathName method

  1. @override
String xFullPathName(
  1. String path
)
override

Resolves a path name supplied by the user into a path that can be used by the other methods of this VFS.

Implementation

@override
String xFullPathName(String path) => _memory.xFullPathName(path);