pafm icon indicating copy to clipboard operation
pafm copied to clipboard

rewrote getFs() to return proper values

Open 749 opened this issue 9 years ago • 0 comments

The function now uses per OS specific functionality to get the correct filesize and the divisors of the filesize for MB have been adjusted to divide by 1024*1024=1048576 instead of 1024000. Also added a Gigabyte divisor for bigger files.

749 avatar Oct 18 '16 19:10 749