How to query the size of a file?
as title~How can I do?
> Is the return value in bytes?Yep. (Assuming you mean the length of the file in bytes: ie 1074 bytes, etc...) If you mean "does it return an array of bytes?" ... then no, as in my original post, it returns a long.
> > Is the return value in bytes?
>
> Yep. (Assuming you mean the length of the file in
> bytes: ie 1074 bytes, etc...) If you mean "does it
> return an array of bytes?" ... then no, as in my
> original post, it returns a long.
Thanks a lot.