home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
BI4.ZIP
/
WDRIVE.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-02-23
|
213 b
|
13 lines
{
Windows example of how to find out about existing
drives without generating an error. See Drives.pas
for a Dos Example.
}
program WinDrives;
uses
WGetDriv,
WinCrt;
begin
GetDrives;
end.