rsiedl has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone know if it's possible to give a directory a "description" under a Unix file system?
I want to do a readdir on a directory and if there are any dirs underneath that, display a "description" rather than the directory name.
I could create a .description file or something, but I was wondering if there could be a "cleaner" way.

Cheers,
Reagen

Replies are listed 'Best First'.
Re: directory descriptions
by dave_the_m (Monsignor) on Jun 11, 2004 at 11:49 UTC
    There's no offical way of doing this under UNIX.

    Dave.

      Oh well. Thanks Dave.