Odcl_FolderDelete

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_FolderDelete

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_FolderDelete

This function allow you to delete a Folder even if it’s not empty.

First Parameter

Valid Path as a String Value

exx "c:\\test"

 

Return Values

Bolean showing if a delete action was made.

T = Delete action made.

Nil = Nothing happend.

 

Example:

Delete the specified folder

(Odcl_FoldelDelete "c:\\test")

 

Result:

T if the folder was deleted otherwise Nil

 

AutoLisp Syntax:

(Setq rValue (Odcl_FolderDelete Path [as String]))