ViaThinkSoft CodeLib
This article is in:
CodeLib → Programming aids → Delphi
function FixedDrive(Drive: char): Boolean;
begin
Result := (Windows.GetDriveType(PChar(Drive + ':\')) = Windows.DRIVE_FIXED);
end;
Daniel Marschall
ViaThinkSoft Co-Founder
ViaThinkSoft Co-Founder