Internal implementation of the file system module, using the Java SDK.
Attributes | |
rootPaths | Source Code shared Path[] rootPaths |
stores | Source Code shared Store[] stores |
Methods | |
createSystem | Source Code shared System createSystem(String uriString, <String->String>[] properties) |
parsePath | Source Code shared Path parsePath(String pathString) |
parseURI | Source Code shared Path parseURI(String uriString) |
sameFile | Source Code |