static File fileInSameDir(File f, S newName) { ret newFile(parentFile(f), newName); }