Reading List

NSFileManager’s File Copy Error Messages Lie from Michael Tsai RSS feed.

NSFileManager’s File Copy Error Messages Lie

Jeff Johnson: The error says that the source file InstallHistory.plist doesn’t exist, but the file does exist! The true reason for the copy failure is that the destination directory /Users/Shared/nonexistent/ doesn’t exist. Sigh.I tested my command-line tool all the way back to macOS 10.13 High Sierra, and the behavior is the same! This is an […]