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

startAccessingSecurityScopedResource()

Given a url created by resolving a bookmark data created with security scope, make the resource referenced by the url accessible to the process. 保安作用域で作成されたブックマークデータを解決することによって作成されたURLを与えられて、プロセスにアクセス可能なURLによって参照されたリソースを作ります。

Declaration 宣言

func startAccessingSecurityScopedResource() -> Bool

Discussion 議論

When access to the resource is no longer needed, call stopAccessingSecurityScopedResource(). Each call to startAccessingSecurityScopedResource() must be balanced with a call to stopAccessingSecurityScopedResource(). (Note: this is not reference counted). アクセスするリソースがもはや必要とされない場合、stopAccessingSecurityScopedResource()を呼び出してください。startAccessingSecurityScopedResource()への各呼び出しは、stopAccessingSecurityScopedResource()への呼び出しと均衡を保たれなければなりません。(注意:これは参照カウントされません。)

See Also 参照

Working with Security Scoped Resources 保安作用域リソースを扱う