RosettaCodeData/Task/File-size/RapidQ/file-size-2.rapidq
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

4 lines
156 B
Text

FileName$ = DIR$("input.txt", 0)
PRINT "Size of input.txt is "; FileRec.Size
FileName$ = DIR$("\input.txt", 0)
PRINT "Size of \input.txt is "; FileRec.Size