Enumeration Case 列挙ケース

NSDataWritingWithoutOverwriting

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

Declaration 宣言

NSDataWritingWithoutOverwriting = 1UL << 1

Discussion 議論

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