Function Entry: DOSDELTREE

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

Function Entry: DOSDELTREE

Name

`dosdeltree`

Class

BricsCAD DOSLib Function

Syntax

(dos_deltree path)

Arguments and Values

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

Description

Deletes the specified folder, and contained sub-folders and files. path : is the name of the folder to be deleted including all sub-folders and files Returns path if the folder exists and operation was successful, or NIL otherwise. Note 1 : on all platforms (Windows, Linux, Mac), both path delimiters "\" and "" are supported Note 2 : the path can contain a final "\" or "" path delimiter, but this is not required

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes