JCL Help:GetDriveTypeStr

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the type of drive.


Pascal

 function GetDriveTypeStr(const Drive: Char): string;


Parameters

Parameters Description
const Drive: Char Drive letter of the drive for which to query the type, e.g. 'a'.


Return Value

String representation of the type of the specified drive.


Description

GetDriveTypeStr returns the type of the specified drive (hard disk, removable, cd-rom etc.) in string representation.


About

Unit

JclFileUtils


Donator

John C Molyneux


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page