Odcl_MkDir

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_MkDir

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_MkDir

This function will make directories from the main path.

First Parameters

Value as string representing the Path to create.

ex: "C:\\Project\\Test\\Mydirectory"

 

Return Values

The entire path will be created even if the first folder is not present.

ex: you have thh "C:\\Project" folder without any subfolder and need to add a multiple subfolder.

T= if folder created otherwise Nil.

 

AutoLisp Syntax:

(setq rValue (Odcl_MkDir PathFolder [as String]))