ShowSaveFile
The ShowSaveFile() function pops up a save as dialog box, to save the file on our local computer.
Syntax :
ShowSaveFile(FileData,[FileName],[Filter])
Parameters | Description |
---|---|
FileData | The File directory. |
FileName | Name of the file. |
Filter | Optional. Gets or sets the filter string that determines what types of files are displayed. |
Example :
ShowSaveFile(Test)