instance methodpublic string SelectSavePathSync (FileToSave file, string title, string directory) Presents a native dialog to the user which allows them to select a save location for the specified file.
file
FileToSave class
which holds information about the file to be exported.title
directory
The selected save location. Returns null if no path was selected.