Function Entry: DOSMKDIR
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: DOSMKDIR
Name
`dosmkdir`
Class
BricsCAD DOSLib Function
Syntax
(dos_mkdir path)
Arguments and Values
Arguments are described in the vendor page; see Source Notes.
Description
Creates the specified folder path including all sub-folders. path : is the fully qualified name of the folder to be created Returns path if successful, 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
- [dosmkdir (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/dos_mkdir.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).