Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.56k stars 220 forks source link

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

Open TadyHUN opened 3 months ago

TadyHUN commented 3 months ago

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)

yami-no-tusbas commented 3 months ago

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