withoutChanges
Declaration
static var withoutChanges: NSFileCoordinator.ReadingOptions { get }Discussion
Specify this constant if your code does not need other objects to save changes first. If you do not specify this constant, the savePresentedItemChanges(completionHandler:) method of relevant file presenters is called before your code reads the item.