static String getFileNameWithoutExtension(String filePath) { return path.basenameWithoutExtension(filePath); }