Oddl_AddToRecent

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Oddl_AddToRecent

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_AddToRecent

This function will add to windows recent folder the specified file.

Parameter

Any file and his location as string.

examxle:

"c:\\My Project\\Project1\\FirstDraft.dwg"

 

Return Values

T if added,

Nil if file not found.

 

AutoLisp Syntax:

(sete rValue (Odcl_AddToRecent FilePath [as stging]))