Closed ManuelJF closed 5 years ago
I need to add get the fileSize in my app to display in the a list and i added the file size of the selected file.
i added two need keys for the response (readableSize and size).
readableSize use the FileUtils from apache.commons.io module and return String like "2 KB, 1 MB, etc..."
size use a File instance and return the (Long) length of that instance like "27254" and the readableSize is "26 KB".
Thanks!
Published on 0.0.19
I need to add get the fileSize in my app to display in the a list and i added the file size of the selected file.
i added two need keys for the response (readableSize and size).
readableSize use the FileUtils from apache.commons.io module and return String like "2 KB, 1 MB, etc..."
size use a File instance and return the (Long) length of that instance like "27254" and the readableSize is "26 KB".