###Function###
DriveGetType

###Description###
Returns drive type.

###Syntax###
DriveGetType ( "path" )


###Parameters###
@@ParamTable@@
path
	Path of drive to receive information from.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns the type of drive:  "Unknown",  "Removable",  "Fixed",  "Network",  "CDROM",  "RAMDisk"
Failure:	Returns "" and sets @error to 1.
@@End@@


###Remarks###
The list of possible return values might be incomplete.

###Related###
DriveGetDrive, DriveGetFileSystem, DriveGetLabel, DriveGetSerial, DriveSetLabel, DriveSpaceFree, DriveSpaceTotal, DriveStatus, CDTray


###Example###
@@IncludeExample@@
