init?(string: String)
init?(string: String, encodingInvalidCharacters : Bool)
init?(string: String, relativeTo : URL?)
class func fileURL (withPath : String, isDirectory : Bool) -> URL
init(fileURLWithPath : String, isDirectory : Bool)
path
.class func fileURL (withPath : String) -> URL
init(fileURLWithPath : String)
path
.class func fileURL (withPathComponents : [String]) -> URL?
init(resolvingAliasFileAt : URL, options: NSURL.BookmarkResolutionOptions)
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?)