sbool fileNotEmpty(File f) { ret isFile(f) && fileSize(f) > 0; }