Use this function to receive informations about a drive installed in your system. The function demands the following parameters:

Parameter 1 - drive character
Parameter 2 - kind of information

Parameter 2 accepts the following values:

Title - title of drive
Size - total space of drive measured in kilobyte
Free - free space of drive measured in kilobyte

Example:
%System.Drive(C,Free)