home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
utils
/
catch
/
directs.wbf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-19
|
293 b
|
15 lines
;Example Catch file
;Copyright Sean Batten
;Demonstrates GetWinDir and GetSysDir
Let win=GetWinDir()
Let sys=GetSysDir()
Let message=Join("The Windows directory is : ",win)
ok ("Directory",message)
Let message=Join("The system directory is : ",sys)
ok ("Directory",message)