.isFileURL | true |
---|---|
.absoluteString | file://path/to/foo.txt |
.absoluteURL | file://path/to/foo.txt |
.fragment | nil |
.host | path |
.lastPathComponent | foo.txt |
.parameterString | nil |
.password | nil |
.path | /to/foo.txt |
.pathComponents | /, to, foo.txt |
.pathExtension | txt |
.port | nil |
.query | nil |
.relativePath | /to/foo.txt |
.relativeString | file://path/to/foo.txt |
.resourceSpecifier | //path/to/foo.txt |
.scheme | file |
.standardized | file://path/to/foo.txt |
.user | nil |
.filePathURL | file://path/to/foo.txt |
.deletingLastPathComponent | file://path/to/ |
.deletingPathExtension | file://path/to/foo |
.standardizingPath | file:///to/foo.txt |