init?(string: String, relativeTo : URL?)
class func fileURL (withPath : String, isDirectory : Bool) -> URL
init(fileURLWithPath : String, isDirectory : Bool)
path
.
新しく作成されたNSURLを初期化します、path
でのローカルのファイルまたはディレクトリを参照しています。
class func fileURL (withPath : String) -> URL
init(fileURLWithPath : String)
path
.
新しく作成されたNSURLを初期化します、path
でのローカルのファイルまたはディレクトリを参照しています。
class func fileURL (withPathComponents : [String]) -> URL?
init(resolvingAliasFileAt : URL, options: NSURL.BookmarkResolutionOptions)
url
.
新しいURLを返します、url
でのエイリアスファイルを解決することによって作られます。
init(resolvingBookmarkData : Data, options: NSURL.BookmarkResolutionOptions, relativeTo : URL?, bookmarkDataIsStale : UnsafeMutablePointer<ObjCBool>?)
class func fileURL (withFileSystemRepresentation : UnsafePointer<CChar>, isDirectory : Bool, relativeTo : URL?) -> URL
func getFileSystemRepresentation (UnsafeMutablePointer<CChar>, maxLength : Int) -> Bool
init(fileURLWithFileSystemRepresentation : UnsafePointer<CChar>, isDirectory : Bool, relativeTo : URL?)