var isFileURL : Bool
A Boolean that is true if the scheme is
file:
.
あるブール値、それはスキームがfile:
であるならばtrueです。
var hasDirectoryPath : Bool
A Boolean that is true if the URL path represents a directory.
あるブール値、それはURLパスがディレクトリを表すならばtrueです。
func withUnsafeFileSystemRepresentation <ResultType>((UnsafePointer<Int8>?) -> ResultType) -> ResultType
Passes the URL’s path in the file system representation to a closure.
URLのもつファイルシステム表現でのパスをあるクロージャに渡します。
func resolveSymlinksInPath ()
Resolves any symlinks in the path of a file URL.
ファイルURLのパスにおけるあらゆるsymlinkを解決します。
func resolvingSymlinksInPath () -> URL
Resolves any symlinks in the path of a file URL.
ファイルURLのパスにおけるあらゆるsymlinkを解決します。