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

URL

The current URL for the item managed by the file access intent instance. (read-only) ファイルアクセスインテントインスタンスによって管理される項目に対する現在のURL。(読み出しのみ)

Declaration 宣言

@property(readonly, copy) NSURL *URL;

Discussion 議論

Always use the URL returned by this property inside the accessor block of a file coordinator’s coordinateAccessWithIntents:queue:byAccessor: method. This property’s value may be different from the original URL, because the item was either moved or renamed while the file coordinator waited for access. 常にこのプロパティによって返されるURLを、ファイルコーディネータのもつcoordinateAccessWithIntents:queue:byAccessor:メソッドのアクセッサブロックの内側で使ってください。このプロパティの持つ値は、元のURLとは異なるかもしれません、なぜならその項目が移動されたまたは名前変更されたどちらかで、一方でファイルコーディネータがアクセスを待機したため。

See Also 参照

Related Documentation 関連文書