Function Entry: DOSGETDIR

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: DOSGETDIR

Name

`dosgetdir`

Class

BricsCAD DOSLib Function

Syntax

(dos_getdir [title [folder [info [allowNewFolder ]]]])

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

Opens the system's FolderSelect dialog to let the user select a folder. title : is the FolderSelect dialog title; if omitted, a default title will be used folder : preset folder to be selected when the dialog opens; if omitted, no folder is preselected info : optionally an additional message to be shown at the dialog; if omitted, no info is displayed allowNewFolder : if T (default), it allows to create a new folder, otherwise only existing folder can be chosen Returns selected folder name when successful, or NIL if dialog was cancelled.

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes