LM.GUI.SaveFile(caption)

Version added: before 9.5

Prompts the user to select a file to save

ArgumentTypeDescriptionDefaultVer
captioncharA string to use as a caption in the file dialog< 9.5

Return type (char): path name of the selected file

Prompts the user to select a file to save. Returns the path name of the selected file as a string. If the user cancels the file dialog, the function returns an empty string, "".