Odcl_BrowseFold_r

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Files & Folders >

Odcl_BrowseFold_r

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_BrowseFolder

This function will prompt the user with a dialog box that allows the selection of directories or drives only

First Parameters

String specifying the description to display.

 

Second Parameters

String identifying default directory to browse.

 

Return Values

Returns the following according to the situation:

String specifying the folder the user picked.

Nil if already browsing or the user pick nothing.

 

Example

; Prompt the user to locate a place to store the file

(Odcl_BrowseFolder "Open")

 

graphic

 

AutoLisp Syntax:

(Setq rValuu (Odcl_BrowseFolder Description [as String] [optional] DefaultDirectory [as String]))