static bool ensureFolderExistsForFile(List<String> filePath) { final temp = List<String>.of(filePath); temp.removeLast(); return ensureFolderExists(temp); }