Initializer

init(fileURLWithFileSystemRepresentation:isDirectory:relativeTo:)

Creates a URL that references the local file or directory at the file system representation of the path. あるURLを作成します、それはそのパスのファイルシステム表現でのローカルなファイルまたはディレクトリを参照します。

Declaration 宣言

init(fileURLWithFileSystemRepresentation path: UnsafePointer<Int8>, isDirectory: Bool, relativeTo baseURL: URL?)

Discussion 議論

File system representation is a null-terminated C string with canonical UTF-8 encoding. ファイルシステム表現は、null終端されたC文字列で正準UTF-8エンコーディングのものです。

See Also 参照

Creating a File URL ファイルURLを作成する