Jump to content

API UI.FileDialogBox

From Flowcode Help
Revision as of 14:38, 7 August 2026 by Wiki bot (talk | contribs) (Created page with "{| class="mtx-class-macrotable wikitable" |- | width="10%" align="center" class="mtx-class-macrohead" | File:Fc9-comp-macro.png | width="90%" class="mtx-class-macrohead" | '''FileDialogBox''' |- | colspan="2" | Displays a file dialog box that allows the user to select a filename. Returns a positive integer or 0 is 'Cancel' was clicked  |- |- | width="10%" align="center" | File:Fc9-u32-icon.png - ULONG | width="90%" | Mode |- | colspan="2" | 0=Open...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
FileDialogBox
Displays a file dialog box that allows the user to select a filename. Returns a positive integer or 0 is 'Cancel' was clicked 
- ULONG Mode
0=Open; 1=MultiOpen; 2=Save; 3=SaveQuiet 
- STRING DefExt
The default file extension (when saving) 
- STRING Filename
Returns the full name and path of the selected filename (empty if Cancel is clicked) 
- STRING Filter
The file filter, e.g. 'text files (*.txt)|*.TXT|All Files (*.*)|*.*
- ULONG Return


Detailed description

Examples