Investigate Quantum's OpenFileDialog function. Evaluate (OpenFileDialog). Note that though (OpenFileDialog) generally returns a String file name, it does not actually "open" anything. OpenFileDialog's "work product" is just to produce the String. Similarly, (OpenFileDialog 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 OpenFileDialog function call. Example: Reference Manual: File System |