For what it’s worth, the POSIX standard is very clear that the ‘/’ character is not legal in any filename, and therefore not a legal directory (or by extension sharepoint) name as a standalone character, either. The ‘/’ character is explicitly reserved for use as the pathname separator. The POSIX standard has 3 classes of characters in this respect:
those that are legal in filenames, a-zA-Z0-9 ‘-‘ ‘_’ (I think, I’m doing this from memory)
those that are illegal in filenames, ‘/’
those whose usage in filenames is not defined by the standard, ‘*’, ”’, ‘”‘, ‘#’, ‘?’
I forget which class ‘,’ is, I think it’s in the not-defined category.
Sometimes you can beat idiots over the head with standards conformance. But usually IT managers don’t care about standards, as standards only get in their way…
Good Luck!
dave
Comments are closed