VisKProg HELP - GetSaveFilenameSee also *** Example *** Function index The GetSaveFilename function shows an "Save as" dialog and returns the selected filename. Syntax:
Detailed description:If you want to open or save files, you must first ask the user which file to open/save. This function shows a "Save as" dialog to the user, that allows him to select a (new) filename. Then it returns the selected filename in the return value (or "" if the user canceled the dialog). You can use the writeFile function to save the contents of the file, after the user selected the filename. See also:GetOpenFilename function, ReadFile function, WriteFile function,
© 2000 by Christoph Pinkel |