Anyone know how to test if a string is a valid file name in Mac OS X, other than trying to create file with that name?
The issue I'm having is that sometimes, a file name can be too large. OSX has a byte limit for filenames and with unicode characters you can't just check the length of the string since they can be more than 1 byte.