(file-len file) -> integer
Returns the length of the given file in bytes.
Example:
>> (write-file a "Just testing.") :: null >> (file-len a) :: 13
See Also: file-pos, file-seek, file-skip