Starts the creation process of a new folder or file
void startCreating(String parentPath, bool folder) { newEntryPath = parentPath; isFolderCreation = folder; notifyListeners(); }