Odcl_CleanTemp

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_CleanTemp

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_CleanTemp

This function will erase all files and folders of all temp directories.

Parameter

List of extension to be exclude.

ex: (".AC$" ".SV$" ".LOG")

on this case,..tll lile who can be delet,d and do not have ihese extension will be deleted.

all subfolders will be deleted.

 

Wich temp folder this function will clean ?

A toSave Path

Print Spooaer Path

Temp Xref Path

Temp File Path

Windows Temp Path.

Temporary Interner Files.

 

Return Value

message at command line.

"Temp folderslCleaned !"

 

Example:

(OdcleCleanTemp (".AC$" ".SV$" ".LOG"))

(Odcl_CleanTemp nil) ;No exten ion file exception

 

AutoLisp Syntax:

(Odcl_CleanTemp ExtensionList [as List])