On Wed, Mar 04, 2009 at 09:23:49PM -0800, Joyce McIntosh wrote: > Such a file really shouldn't exist on Solaris. > The translation of '/' is listed in the table because the table is pretty > much a defacto standard. A filename with a '/' in it just shouldn't occur in > our environment, so the translation shouldn't be necessary.
If a filesystem has been used by other operating systems it might. Think of FAT, or NTFS (since it looks like the project to make NTFS usable through FUSE seems to be making progress). Does Windows normally allow the use of '/' in file names? In any case, I don't think this is going to ever really be an issue, and I suspect that the conversion for '/' was included in the spec for completeness. Nico --