File wrapper writing tip: pass the .atomic option to the write function. If you don’t, you’ll get an error message in Xcode's console saying you're trying to write to a file that already exists.
File wrapper writing tip: pass the .atomic option to the write function. If you don’t, you’ll get an error message in Xcode's console saying you're trying to write to a file that already exists.