File Browser: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A File Browser Control (client side only) is supported by BR: OPEN #99: "NAME= OPEN|SAVE:starting-directory[mask], ..." Specify OPEN or SAVE to indicate what style of f...") |
No edit summary |
||
Line 10: | Line 10: | ||
<noinclude> | <noinclude> | ||
[[Category: | [[Category:Widget]] | ||
</noinclude> | </noinclude> |
Latest revision as of 15:16, 3 March 2014
A File Browser Control (client side only) is supported by BR:
OPEN #99: "NAME= OPEN|SAVE:starting-directory[mask], ..."
Specify OPEN or SAVE to indicate what style of file selection box should be used. The colon is required. If you wish to use the current directory as a starting point, use a period. (e.g. OPEN:. ) The mask is a wildcard filename mask that may contain question marks and asterisks. For example:
OPEN #99: "NAME= OPEN:.[*.PRL],SHR",INTERNAL,INPUT,RELATIVE
Available as of 4.18a.