RosettaCodeData/Task/File-size/MAXScript/file-size.maxscript
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
106 B
Text

-- Returns filesize in bytes or 0 if the file is missing
getFileSize "index.txt"
getFileSize "\index.txt"