5 lines
156 B
Text
5 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
|