Package atomicfile provides the ability to write a file with an eventual
rename on Close. This allows for a file to always be in a consistent state
and never represent an in-progress write.
Abort closes the file and removes it instead of replacing the configured
file. This is useful if after starting to write to the file you decide you
don't want it anymore.