home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Dynamic Human Version 2.0
/
DH2_CD2.ISO
/
pc
/
data1.cab
/
Program_Executable_Files
/
DH2.exe
/
DH2.dxr
/
00003_INTERNET.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-29
|
251 b
|
10 lines
on netIsFileThere fileName
set fileObject to new(xtra("fileio"))
openFile(fileObject, fileName, 1)
set theError to error(fileObject, status(fileObject))
if theError <> "OK" then
put theError, fileName
end if
return theError = "OK"
end