I have a single folder that is exhibiting some strange behavior in the explorer
my directory looks something like this Documents/Parent/StrangeFolder/ChildFolders
When I try to open any of the ChildFolders with a double click nothing happens.
when I am displaying the contents of StrangeFolder and I try to any of the ChildFolders I can't. It simply changes the folder name to be an edit control with the entire name hightlighted, but I can't change the cursor selection or type anything.
If I try to delete a folder from Parent nothing appears to happen, but I can no longer open the deleted folder. Only after refreshing the view does the folder disappear.
I have tried renaming StrangeFolder. I have tried copying and removing the original.
This is the only folder where I see the behavior happening. It seemed to happen after I messed things up and tried doing a rmdir on the command line to remove StrangeFolder and create it again. rmdir gave me some errors about it not being empty so I think I tried doing rmdir -f -r to try to make it remove the whole thing, but I don't remember.