GetDriveVolumeInfo

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

GetDriveVolumeInfo


 

Get disk drive information.

 


syntax

GetDriveVolumeInfo(

         drive,

         &freespace

         [,&totalspace]

         [,&volumename]

         [,&volumeserial]

         )

 


Parameters

 

drive

 

Type:

character

 

The drive name. For example, to get information about the c drive, specify "c".

 

&freespace

 

Type:

character

 

Get the free space (Mbyte).

 

&totalspace

 

Type:

character

 

Get the total capacity (Mbyte).

 

&volumename

 

Type:

character

 

Get the volume name.

 

&volumeserial

 

Type:

character

 

Get the volume serial number.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference