ceylon.file.internal
Internal implementation of the file system module, using the Java SDK.
Attributes | |
---|---|
Modifier and Type | Name and Description |
shared Path[] | rootPaths |
shared Store[] | stores |
Methods | |
---|---|
Modifier and Type | Method and Description |
shared System | createSystem(String uriString, Iterable<Entry<String,String>> properties) |
shared Path | parsePath(String pathString) |
shared Path | parseURI(String uriString) |
shared Boolean | sameFile(File x, File y) |