Open kieranjol opened 6 years ago
Btw 159 characters for a filename might be a good starting point,as this is the max length of a filename that doesn't become problematic in windows when a manifest with the file's basename is placed in the desktop old manifests dir. But seeing as this is dependent on the length of a username, something around 140 might be a safer bet.
🙄 windows...
The total path of a file including all tiles and folders should be less than 259 characters. Python and Windows tends to not be able to read files where the paths are longer than this.
So there's a lot to think about here.
reallylongFilename.txt
might have a log calledreallylongFilename.txt_log_2018_12_27Y14_01_24.log
, and it should also be factored in that a UUID is present, as well as the logs/metadata/objects folders and so on and so forth.More discussion needed via Digital Collections Meetings.