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

url

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

Declaration 宣言

var url: URL { get }

Discussion 議論

Always use the URL returned by this property inside the accessor block of a file coordinator’s coordinate(with: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を、ファイルコーディネータのもつcoordinate(with:queue:byAccessor:)メソッドのアクセッサブロックの内側で使ってください。このプロパティの持つ値は、元のURLとは異なるかもしれません、なぜならその項目が移動されたまたは名前変更されたどちらかで、一方でファイルコーディネータがアクセスを待機したため。

See Also 参照

Related Documentation 関連文書