static String prefix(String filePath) { return filePath.substring(0, filePath.lastIndexOf('/') + 1); }