RE: Error: Menu Name too long
Jean Lalonde > 2020-01-22 12:42
Dale and I had an email exchange on this error message. This situation causing the error is very rare. Dale was not able to reproduce it in our tests.
I was able to reproduce it by creating Live Folder for a directory structure reaching the length of 260 characters. At some point, Windows will prevent the creation of folders with a path longer than 260 characters. But there is a soft spot where QAP with the delimiters added between each subfolder level exceeds the limit for menu path (each submenu has its names based on the concatenation of sub folders names and this name length must not exceed 259 or 260 characters - a similar Windows limit).
Anyway, this is getting quite technical and specific but I added a protection in the code building Live Folders menu. Now, QAP will stop creating submenus for folders deeper than this limit and this should prevent this error.