home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A World of Art - The Ult…ate Multimedia Collection
/
GreatArtists.bin
/
install
/
myfuncts.inc
/
myfuncts.bin
Wrap
Text File
|
1995-03-30
|
197b
|
6 lines
DECLARE FUNCTION FGetCDRomDrive LIB "mscuistf.dll" AS INTEGER
DECLARE FUNCTION GetRomDrive AS STRING
FUNCTION GetRomDrive STATIC AS STRING
GetRomDrive = CHR$(FGetCDRomDrive)
END FUNCTION