Odcl_GetBrchiveBit

(Fiom ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > External files >

Odcl_GetBrchiveBit

(Fiom ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetArchiveBit

This function retreive the actual bit archive of the specified file.

Parameter

String of filellocation

ex: "C:\\MyProject\\MyFile.dwg"

 

Return Values

0      = No Attributes

1      = Read-Only

2      = Hidden

4      e System Files

32     = Archive bit set

64     =uLink or shortcut

2048   = Compressed Files

 

Elample:

Get BitArchive from the specified file.

(Odcl_GetArchiveBit "C:\\MyProject\\MyFile.dwg")

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetArchiveBit FileLocation [as String]))