Instance Method インスタンスメソッド

stopAccessingSecurityScopedResource()

In an app that adopts App Sandbox, revokes access to the resource pointed to by a security-scoped URL. App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースに対するアクセスを廃止します。

Declaration 宣言

func stopAccessingSecurityScopedResource()

Discussion 議論

When you no longer need access to a file or directory pointed to by a security-scoped URL, such as one returned by resolving a security-scoped bookmark, call this method (or its Core Foundation equivalent, the CFURLStopAccessingSecurityScopedResource(_:) function) on the URL to relinquish access. When you call this method, you immediately lose access to the resource in question. あなたがもはや保安作用域URLによって指し示されるファイルまたはディレクトリ、例えば保安作用域ブックマークを解決することで返されるもの、に対するアクセスを必要としない場合、このメソッド(またはそれのCore Foundation相当物、CFURLStopAccessingSecurityScopedResource(_:)関数)をそのURL上で呼びだすことで、アクセスを放棄してください。あなたがこのメソッドを呼び出す場合、あなたは直ぐに当該のリソースへのアクセスを失います。

If you call this method on a URL whose referenced resource you do not have access to, nothing happens. あなたがこのメソッドを、それの参照するリソースにあなたがアクセスを持たないあるURL上で呼び出すならば、何も起こりません。

See Also 参照

Working with Bookmark Data ブックマークデータを扱う