Manual - FileSystem Up
 Contents   News   View 

SaveFileDialog Previous Next

SaveFileDialog

Investigate Quantum's SaveFileDialog function.  Evaluate (SaveFileDialog).  Note that though (SaveFileDialog) generally returns a String file name, it does not actually "open" anything.  SaveFileDialog's "work product" is just to produce the String.  Similarly, (SaveFileDialog TRUE) will generally return a String file name, but it does not actually "save" anything.  To do actual opening and saving, an application must include additional code following a SaveFileDialog function call.

Example:

Reference Manual: File System



©2004-2024 Planet Quantum Kelly Roach