Contents

fileModificationDate

The last-known modification date of the document’s on-disk representation.

Declaration

nonisolated var fileModificationDate: Date? { get set }

Discussion

The NSDocument default file saving machinery uses this information to warn the user when the on-disk representation of an open document has been modified by something other than the current app.

See Also

Getting Document Metadata