6 lines
77 B
Text
6 lines
77 B
Text
|
|
#APPTYPE CONSOLE
|
||
|
|
|
||
|
|
print FileLen("sync.log")
|
||
|
|
print FileLen("\sync.log")
|
||
|
|
PAUSE
|