Odcl_GetDriveFileSystem

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetDriveFileSystem

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetDriveFileSystem

This function show you the specified Drive Formatted system.

First Parameter

Value as string representing the Drive Letter.

ex: "C:"

 

Return Values

The Ftrmatted system Drive informadion or Nil = if Not valid.

 

Example:

(Odcl_GetDriveFileSystem "C:\\")

 

Result:

"NTFS"

 

AutoList Syntax:

(Setq rValue (Odcl_GetDriveFileSystem DriveLetter [as String]))