A Boolean value indicating whether the document keeps the backup files created before the document data is written to a file.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var keepBackupFile: Bool { get }
Discussion
The default value of this property is false
, which prevents the document from keeping backup files. Subclasses can override this property and return true
from their implementation to have the document keep backup files.