Mac OS X 10.6 only.
When you try you rename a file to the name of an existing file, the error message on Mac OS X 10.6 is incorrect. It causes an error, but it's NSFileWriteUnknownError (512) instead of NSFileWriteFileExistsError (516), so incorrect message is shown - "file not found".
This causes a LowLevelFileIO unit test to fail.
Mac OS X 10.6 only.
When you try you rename a file to the name of an existing file, the error message on Mac OS X 10.6 is incorrect. It causes an error, but it's NSFileWriteUnknownError (512) instead of NSFileWriteFileExistsError (516), so incorrect message is shown - "file not found".
This causes a LowLevelFileIO unit test to fail.