Fix: Remove long file and folder names in Window 11
I’ve had many tools create extra long file names, by the time you include the path. If you try to delete this using the DEL command in Windows, you’ll see an error.
The system cannot find the path specified
In particular, I’ve seen this with Visual Studio, and when I’ve used Git to clone repositories into folders.
If you run into this, the easiest way to deal with it is to:
2025-04-02