Cant move files with long names #445
Amrit-Padda
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yes, in Windows, a full path of a directory can be 260 characters long at max. You can easily disable it. It will fix the problem. If you don't want to disable it, renaming the long files can be done with a super simple script. Another option would be specifying a However, implementing it inside bdfr would only bring unnecessary complexity and bloat the codebase. I suggest you to consider the options above. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After downloading, if a filename is too long, windows doesnt let you copy the file.
Maybe concat names above a certain length?
Beta Was this translation helpful? Give feedback.
All reactions