ceylon.file.internal
Internal implementation of the filesystem 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, Entry<String,String>[] properties) |
shared Path | parsePath(String pathString) |
shared Path | parseURI(String uriString) |
shared Boolean | sameFile(File x, File y) |