init(fileURLWithPath : String)
Creates a file URL that references the local file or directory at path.
あるファイルURLを作成します、それはパスでのローカルなファイルまたはディレクトリを参照します。
init(fileURLWithPath : String, isDirectory : Bool)
Creates a file URL that references the local file or directory at path.
あるファイルURLを作成します、それはパスでのローカルなファイルまたはディレクトリを参照します。
init(fileURLWithPath : String, isDirectory : Bool, relativeTo : URL?)
Creates a file URL that references the local file or directory at path, relative to a base URL.
あるファイルURLを作成します、それはパスでのローカルなファイルまたはディレクトリを参照します、ある基盤URLに相対します。
init(fileURLWithFileSystemRepresentation : UnsafePointer<Int8>, isDirectory : Bool, relativeTo : URL?)
Creates a URL that references the local file or directory at the file system representation of the path.
あるURLを作成します、それはそのパスのファイルシステム表現でのローカルなファイルまたはディレクトリを参照します。
init(fileReferenceLiteralResourceName : String)
Creates a URL from a playground file literal.
あるURLをプレイグラウンドファイルリテラルから作成します。