4 lines
106 B
Text
4 lines
106 B
Text
|
|
-- Returns filesize in bytes or 0 if the file is missing
|
||
|
|
getFileSize "index.txt"
|
||
|
|
getFileSize "\index.txt"
|