7 lines
119 B
Text
7 lines
119 B
Text
|
|
' FB 1.05.0 Win64
|
||
|
|
|
||
|
|
#include "file.bi"
|
||
|
|
|
||
|
|
Print FileLen("input.txt"), FileLen(Environ("SystemRoot") + "\input.txt")
|
||
|
|
Sleep
|