Are you trying to delete it via windows Explorer?
Xlphos
Veteran Poster
1,108 posts since Apr 2008
Reputation Points: 32
Solved Threads: 118
Is this folder empty?
Is there something that you have downloaded in there?
Xlphos
Veteran Poster
1,108 posts since Apr 2008
Reputation Points: 32
Solved Threads: 118
Is this an NTFS folder? Is it on main hard disk or USB?
If the folder is definitely there (albeit empty) I've seen this phenomenon on a USB stick. A full reformat cured the problem. A quick format allowed the problem to re-appear.
You should back up data you want to keep and run chkdsk /f on the drive (if it's a main drive) from the DOS pane on F8 re-boot. Chkdsk will attempt to repair any faults on the drive including directory corruptions.
Let us know.
Suspishio
Posting Virtuoso
1,730 posts since Aug 2007
Reputation Points: 47
Solved Threads: 145
If you press F8 a few times during boot, you'll be offered a text screen which allows you to scroll through a number of options using the keyboard.
I'm suggesting that you would select the "Command Prompt" boot option which will leave you with a "DOS" screen and a C:\ prompt. Then you can type in chkdsk /r or chkdsk /f to try and fix errors on the disk.
Then type DIR and hope you can see directories and files.
Good luck.
Suspishio
Posting Virtuoso
1,730 posts since Aug 2007
Reputation Points: 47
Solved Threads: 145
You can type DIR at the command prompt through windows or safe mode with command prompt. DIR lists Directories AKA folders.
for example,
If you start cmd prompt and it says:
C:\>
and you type
C:\> dir
it will list all the top level folders.
you can navigate to where the folder should be by typing
cd Folder name
then type dir to list the folders in that one.
Xlphos
Veteran Poster
1,108 posts since Apr 2008
Reputation Points: 32
Solved Threads: 118
You can try deleting it from there.
Use DEL filename (include the path eg C:\myfolder\somefile) to delete files.
Use RMDIR foldername (include the path) to remove folders.
I think you can only delete empty folders. So try DEL foldername to delete the contents and then RMDIR foldername.
Xlphos
Veteran Poster
1,108 posts since Apr 2008
Reputation Points: 32
Solved Threads: 118
Moving a directory around is normal and isn't a clue to helping us resolve your problem.
Let's wind back and see if this helps. I believe it was mentioned earlier that there may be something about the directory or the on inside the higher level directory that is preventing deletion.
Some of what I'm going to suggest you may have domne before, but bear with me. All this will be done in Windows Explorer.
1/
Click on the higher level directory that you want to delete. The right hand pane should show the next level directory.
2/
Right click on that directory and select Properties. Then go to the Security tab and check that your user name has full control of the directory. I'll assume it has full control and you'll report if otherwise.
3/
Try and delete this sub-directory. If it won't delete, there is possibly a system file in there and it may be hidden. You can check this out by going into the sub-directory and on the Explorer menu select Tools/Folder Options/View. Then check the options to Show Hidden Files & Folders and UNCHCK Hide Protected Operating System Files.
4/
If there is a hidden protected file in there, then if you are sure it isn't a needed file (like Thumbs.db) you can delete that file and then the higher level directory can be deleted taking with it the lower level directory.
Suspishio
Posting Virtuoso
1,730 posts since Aug 2007
Reputation Points: 47
Solved Threads: 145