Contents

NSFileWriteFileExistsError

Could not perform an operation because the destination file already exists.

Declaration

var NSFileWriteFileExistsError: Int { get }

Discussion

This error can be produced by the FileManager class’s copy, move, and link methods

See Also

Error Codes