home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST34.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-08-08
|
260 b
|
17 lines
********************
FUNCTION Filesize
PARAMETERS _temp
_temp = UPPER(LTRIM(TRIM(_temp)))
IF !FILE(_temp)
RETURN(0)
ENDIF
DECLARE _fname[1], _fsize[1]
ADIR(_temp, _fname, _fsize)
RETURN(_fsize[1])
* End of File