1: create a new folder next to parent folder with a different name. 2: copy everything from parent old to this new folder.
3: Go to your terminal and remove the folder using follow command
rm -rf "Old Folder Name"
4: rename the new folder you created to the name of the one you deleted