Type Property 型プロパティ

completeFileProtectionUnlessOpen

An option to allow the file to be accessible while the device is unlocked or the file is already open. デバイスがロック解除されるまたはファイルが既に開いている間にファイルがアクセス可能であるのを許可するあるオプション。

Declaration 宣言

static var completeFileProtectionUnlessOpen: NSData.WritingOptions { get }

Discussion 議論

In this case, your app cannot open the file to read it or write to it when the device is locked, but your app can create new files with this class. If one of these files is open when the device is locked, your app can read and write to the opened file. この場合には、あなたのアプリはファイルをそれを読み出すまたはそれに書き込むために開くことが、デバイスがロックされる間にできません、しかしあなたのアプリは新しいファイルそれらをこのクラスで作成できます。これらのファイルの1つがそのデバイスがロックされる時に開かれるならば、あなたのアプリは開かれたファイルを読み出しおよび書き込み可能です。