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