How can i get file size using cep
Hi, i'm trying to get file size with cep
i did not figure out api in cep to get filesize.
here is what i have tried:
var path = 'E:\\inbox\\log.txt';
var statObj = window.cep.fs.stat(path);
// statObj does not contain file size .
How can i get file size?
.
