Share
 
 

acet-ui-pickdir (AutoLISP/Express Tools)

Displays a directory selection dialog.

Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web

Library: acetutil.arx

Signature

(acet-ui-pickdir [message [startDir [caption]]])
message

Type: String

If provided, a message to be displayed in the space above the directory tree control.

startDir

Type: String

If provided, the initial directory to be selected.

caption

Type: String

If provided, the dialog caption.

Return Values

Type: String or nil

A string containing the name of the selected directory, or nil if the dialog was canceled.

Was this information helpful?