In an app that adopts App Sandbox, revokes access to the resource pointed to by a security-scoped URL.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースに対するアクセスを廃止します。
Availability
有効性
iOS 8.0+
iPadOS 8.0+
macOS 10.7+
Mac Catalyst 13.1+
tvOS 9.0+
watchOS 2.0+
Technology
Foundation
ファウンデーション
Declaration
宣言
- (void)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上で呼び出すならば、何も起こりません。
Initializes and returns bookmark data derived from an alias file pointed to by a specified URL.
指定されたURLによって指し示されるエイリアスファイルから引き出されるブックマークデータを初期化して返します。
Returns the resource values for properties identified by a specified array of keys contained in specified bookmark data.
指定されたブックマークデータの中に含まれるキーそれらからなるある指定された配列によって識別されるプロパティそれらに対するリソース値を返します。
In an app that has adopted App Sandbox, makes the resource pointed to by a security-scoped URL available to the app.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースをそのアプリに利用可能にします。