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

URLByResolvingSymlinksInPath

A URL that points to the same resource as the receiver and includes no symbolic links. (read-only) レシーバと同じリソースを指し示すURL、そしてシンボリックリンクでないものを含みます。(読み出しのみ)

Declaration 宣言

@property(nullable, readonly, copy) NSURL *URLByResolvingSymlinksInPath;

Discussion 議論

If the receiver has no symbolic links, this property contains a copy of the original URL. レシーバがシンボリックリンクを持たないならば、このプロパティは元のURLのコピーを含みます。

If some symbolic links cannot be resolved, this property contains those broken symbolic links. いくつかのシンボリックリンクが解決されることができないならば、このプロパティはそれら壊れたシンボリックリンクを含みます。

If the name of the receiving path begins with /private, this property strips off the /private designator, provided the result is the name of an existing file. 受け取っているパスが/privateで始まるならば、このプロパティは/private指定部分を剥ぎ取ります、その結果が既存のファイルの名前であるという条件で。

This property only works on URLs with the file: path scheme. For all other URLs, it contains a copy of the receiver. このプロパティは、file:パススキームを持つURLで働くだけです。全ての他のURLに対して、それはレシーバのコピーを含みます。

See Also 参照

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