Calls the common Windows File dialog box, modifying the dialog to display and return only directory information.
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
<object> | Owner window | ||||||
<value> | @FM-delimited array:
| ||||||
Returnvalue | The directory path selected by the user or null if the operation was canceled. |
See Also
Example
declare function Utility value = "Select a directory" : @fm : "c:\temp" dir = Utility( "CHOOSEDIR", @window, value)