Instance Property インスタンスプロパティ

filePathURL

A file path URL that points to the same resource as the URL object. (read-only) あるファイルパスURL、それはそのURLオブジェクトと同じリソースを指し示します。(読み出しのみ)

Declaration 宣言

var filePathURL: URL? { get }

Discussion 議論

If the receiver is a file reference URL, this property contains a copy of the URL converted to a file path URL. If the receiver’s URL is a file path URL, this property contains the original URL. If the original URL is not a file URL, or if the resource is not reachable or no longer exists, this property contains nil. レシーバがファイル参照URLならば、このプロパティはファイルパスURLに変換されるこのURLのコピーを含みます。レシーバの持つURLがファイルパスURLならば、このプロパティは元のURLを含みます。元のURLがファイルURLでないならば、またはリソースが到達可能でないまたはもはや存在しないならば、このプロパティはnilを含みます。

See Also 参照

Modifying and Converting a File URL ファイルURLを修正および変換する