internal void IgnoreListNameChanged(string filePath, string newName) { IgnoreList ignoreList = new IgnoreList(filePath); ignoreList.Name = newName; ignoreList.Save(); }