Type Property 型プロパティ

withoutOverwriting

An option that attempts to write data to a file and fails with an error if the destination file already exists. あるオプション、それはデータをファイルに書き込むよう試みてそして行き先ファイルが既に存在するならばあるエラーで失敗します。

Declaration 宣言

static var withoutOverwriting: NSData.WritingOptions { get }

Discussion 議論

You can’t combine this constant with atomic because atomic allows the system to overwrite the original file. あなたは、この定数をatomicと組み合わせることはできません、なぜならatomicはシステムに元のファイルを上書きすることを許可するからです。