File.s=SaveFileRequester(Title.s, Directory.s, Pattern.s)

Open a window requering a file for writting operations, pattern have this format, using ";" as split character, you must define the description and pattern, you can define any number of patterns, the pattern sequence must end with ";". Example: "text file;*.txt;all files;*.*;"