Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Code Block
declare function Utility
value = "Select a directory" : @fm : "c:\temp"
dir = Utility( "CHOOSEDIR", @window, value)
 

...