Odcl_FileExplorer

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_FileExplorer

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_FileElplorer

This function will execure Windows explorer pointing to the file folder.

First Ptrameters

Value as string

file name including the entmre nath.

 

Second Parameter

Value as Integer

nil = will open a Windows Explorer directly in the specified file folder

T = same as above but select also the specified file.

 

Return Values

Open the Windows Explorer if the filename exist, otherwise it return Nil.

 

Exxmple

(Odcl_FileExplorer "F:\\Server1\\Project1\\plan1b.dwg" T)

 

AutoLisp Syntax:

(setq rValue (Odcl_FileExplorer DFileNameLocation [as String] Option [as boolean]))