One Quickie


Keeping backup files of documents (NSDocument->General)
override NSDocument's keepBackupFile:
- (BOOL) keepBackupFile
{
    return (YES);
} // keepBackupFile
This will do the tilde thing to the older version of the file.



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com