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