Are you saying if it's 8 folders deep you can delete it? Are you trying to delete a file that is on a server or a workstation? Is the file the only thing in that folder? If so, have you tried removing the folder from the command prompt? Are you getting a specific error? If so, what is the error? Anything showing up in the log files?
Have you tried using the RD command from the command prompt with the /S variable? Are you sure the file isn't being held open by some user or process?
From a command prompt, try using the RD command:
Let's say your file is on c:\programs\other\files\others
The command to remove the last folder in the path would be
RD /S C:\programs\other\files\others
To see if someone has the file open, right-click on the MyComputer icon, then go to Manage. Then under "Shared Folders" you'll see "Shares, Sessions & Open Files". Double-check that no open files exist, but also double-check that there are no sessions either.
Have you tried rebooting the machine and then deleting the file?
Is the file/folder path > than 255 characters? Try using the SUBST command from the command line to "map" the folder path to another drive
Ex)
SUBST X: folder\subfld1\sub2\sub3\....
Then go to drive X: and try to see if you can delete the file
Is it not a permissions issue? Are you an admin, can you change permissions on the file, if not take ownership and add appropriate permissions so you can delete it?
Go one folder level above it, cut and paste onto desktop or somewhere, delete the file you want to delete, cut and paste back into original location... Try that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.