4) I'm currently passing FALSE for IsInvalidKidIgnore, and when I add folders where the folder name itself is valid (say, 100 characters long and not containing any invalid characters) but would make the total directory name be too long, I don't get a COLLISION callback. So for example, if I create a folder in the root of my disc that has a 100-character name, and create a folder in that folder that's 100 characters long, and create a folder in that folder that's 100 characters long, that's a total of 300 characters in the path, and I'm pretty sure the Joliet spec says the maximum path is 240 characters, but no COLLISION callback.
|