Hi all,
How does everyone deal with temporary files created as an application attempts to save changes? Here are some examples I've seen...
vi:
.filename.txt.swp
TextEdit:
.TemporaryItems/folders.1953456652
filename.rtf.sb-a52f1998-ucl2pZ/filename.rtf
Is there any way to prevent these files from being created?
With TextEdit, I'm also running into messages that the document could not be saved and that the document is on a volume that does not support permanent version storage. My backend does support versions, but because of the way files are saved, they appear has completely new files (at least when it works).
Any advice would be appreciated.