Enumeration Case 列挙ケース

NSFileWriteFileExistsError

Could not perform an operation because the destination file already exists. 操作が実行できませんでした、行き先ファイルが既に存在するために。

Declaration 宣言

NSFileWriteFileExistsError = 516

Discussion 議論

This error can be produced by the NSFileManager class’s copy, move, and link methods このエラーは、NSFileManagerクラスのもつコピー、移動、そしてリンクを行うメソッドによって生み出される可能性があります。

See Also 参照

File Writing Errors ファイル書き出しエラー