Open a Command Prompt.
Enter
d:
Enter
cd D:\Downloads\Torrents
Enter
dir
Does the
Torrrents directory show up? If so, enter
cd torrents, see if you can actually change into that directory.
If yes, enter
cd .. (that's cd dotdot) then
rmdir torrents /s
See what that does for you.
Quote:
>rmdir /?
Removes (deletes) a directory.
RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
/S Removes all directories and files in the specified directory
in addition to the directory itself. Used to remove a directory
tree.
/Q Quiet mode, do not ask if ok to remove a directory tree with /S