Bionus/imgbrd-grabber

Don't know how to get rid of bugged folder.

Opened this issue · 1 comments

To save you some time just like #450 I accidentally made a folder with a space after the name and everytime I try to rename or delete it the system says it can't be found.

What CMD command could I use to get rid of it(/force a rename making deleting available) since it's empty now?

Command I tried: rd /s "D:\Stuff\Folder " (Not worked)

Have you tried : rd /s "\\?\D:\Stuff\Folder " and try the Powershell too, some times it just work better in it.

You can find more information here : https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#win32-file-namespaces