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によって指し示されるリソースをそのアプリに利用可能にします。
true if the request to access the resource succeeded; otherwise, false.true、もしリソースにアクセスするための要請がうまくいったならば;そうでなければfalse。
Discussion
議論
When you obtain a security-scoped URL, such as by resolving a security-scoped bookmark, you cannot immediately use the resource it points to. To make the resource available to your app, by way of adding its location to your app’s sandbox, call this method (or its Core Foundation equivalent, the CFURLStartAccessingSecurityScopedResource(_:) function) on the security-scoped URL.
あなたが保安作用域URLを入手する時、例えばある保安作用域ブックマークを解決することによってなど、あなたは直接にそれが指しているリソースを使用できません。そのリソースをあなたのアプリに利用可能にするには、それの位置をあなたのアプリの持つサンドボックスに加えるという方法では、このメソッド(またはそれのCore Foundation相当物、CFURLStartAccessingSecurityScopedResource(_:)関数)を保安作用域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 adopts App Sandbox, revokes access to the resource pointed to by a security-scoped URL.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースに対するアクセスを廃止します。