static long fileLength(S path) { ret getFileSize(path); } static long fileLength(File f) { ret getFileSize(f); }