man Zoidberg::Utils::FileSystem () - Filesystem routines

NAME

Zoidberg::Utils::FileSystem - Filesystem routines

DESCRIPTION

This module contains a few routines dealing with files and/or directories. Mainly used to speed up searching CW$ENV{PATH} by hashing the filesystem.

Although when working within the Zoidberg framework this module should be used through the Zoidberg::Utils interface, it also can be used on it's own.

EXPORT

By default none, potentially all functions listed below.

FUNCTIONS

Returns the absolute path for possible relative CW$file CW$reference is optional an defaults to CW$ENV{PWD} Returns list of content of dir. Does a lookup for the absolute path name and omits the '.' and '..' dirs. Returns a list of all items found in directories listed in CW$ENV{PATH}, non existing directories in CW$ENV{PATH} are silently ignored.

TODO

More usage of File::Spec ?

AUTHOR

R.L. Zwart <rlzwart@cpan.org>

Jaap Karssenberg || Pardus [Larus] <pardus@cpan.org>

Copyright (c) 2003 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Zoidberg, Zoidberg::Utils