Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] "/" in directory names


On Fri, Sep 14, 2001 at 08:07:03PM +1000, Minh Van Le wrote:
> Is it possible to have a directory name '/' ? or the "/" character in a
> directory name ?

No.  You already have a directory called "/" after all -- it's the root
of your filesystem.  Allowing / in filenames would cause all sorts of
ambiguities.

-Andrew.