fileTypeFromLastRunSavePanel
The file type that was last selected in the Save panel.
Declaration
nonisolated var fileTypeFromLastRunSavePanel: String? { get }Discussion
This type is primarily used by the save(_:), saveAs(_:), and saveTo(_:) methods to determine the type the user chose after the Save panel has been run. The string corresponds to the name of the document type as it is specified in the app’s Info.plist file.