instance method
public void SaveFile (FileToSave file)
Presents a native dialog to the user which allows them to select a save location for the specified file and copies the file to that location.
file
FileToSave
class
which holds information about the file to be exported. See NativeFileSO.SaveFile(FileToSave)
for more information
on the usage of this method.