You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Calls the common Windows File dialog box, modifying the dialog to display and return only directory information.

ParameterDescription
<object>Owner window
<value>

@FM-delimited array:

ValueDescription
<1>Title for the dialog
<2>Initial directory
ReturnvalueThe 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)
 
 

  • No labels