FileDialog Object

ACP File Dialog Object

Remarks

Intrinsic This object provides scripts with a way to get file path/names from the user via the standard "file open" and "file save" dialog boxes. The ShowOpen() and ShowSave() methods are essentially "wrappers" for the Win32 GetOpenFileName() and GetSaveFileName() functions, respectively. The flag values and behaviors are thus identical, although some flags are not applicable to this environment. Do not use flags that are not documented or you may cause ACP to fail.