- Returns the size of this file (first form) or the given number of bytes (second
- form)
- in a human-readable form.
- If the size could not be retrieved the @c failmsg string is returned (first
- form).
- If @c bytes is @c wxInvalidSize or zero, then @c nullsize is returned (second
- form).
- In case of success, the returned string is a floating-point number with @c
- precision decimal digits
- followed by the size unit (B, kB, MB, GB, TB: respectively bytes, kilobytes,
- megabytes, gigabytes, terabytes).
+ Returns the size of the file in a human-readable form.
+ If the size could not be retrieved the @c failmsg string
+ is returned. In case of success, the returned string is
+ a floating-point number with @c precision decimal digits
+ followed by the size unit (B, kB, MB, GB, TB: respectively
+ bytes, kilobytes, megabytes, gigabytes, terabytes).