Type Method
型メソッド
resourceValuesForKeys:fromBookmarkData:
Returns the resource values for properties identified by a specified array of keys contained in specified bookmark data.
指定されたブックマークデータの中に含まれるキーそれらからなるある指定された配列によって識別されるプロパティそれらに対するリソース値を返します。
Return Value
戻り値
A dictionary of the requested resource values contained in bookmarkData
.
bookmarkData
の中に含まれる要請されたリソース値からなるある辞書。
See Also
参照
Working with Bookmark Data
ブックマークデータを扱う
+ bookmarkDataWithContentsOfURL:error:
Initializes and returns bookmark data derived from an alias file pointed to by a specified URL.
指定されたURLによって指し示されるエイリアスファイルから引き出されるブックマークデータを初期化して返します。
- startAccessingSecurityScopedResource
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によって指し示されるリソースをそのアプリに利用可能にします。
- stopAccessingSecurityScopedResource
In an app that adopts App Sandbox, revokes access to the resource pointed to by a security-scoped URL.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースに対するアクセスを廃止します。
Related Documentation
関連文書