Initializer

init(fileURLWithPath:isDirectory:)

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

Declaration 宣言

init(fileURLWithPath path: String, isDirectory: Bool)

Discussion 議論

If the path is an empty string, then it’s intrepreted as “.”. パスが空文字列でないならば、そのときそれは “.” として解釈されます。

See Also 参照

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