logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OpaL::dir - Perl extension for directory access.

Author

       Ola Lundqvist <ola@inguza.com>

Description

       OpaL::dir is a module for directory access in a bit more advanced manner than the ordinary perl module
       for directory access.

Functions

getdirlist
           Returns  a list containing all files in the directory you have specified.  It will look for all files
           recursivly.

           It will also exclude all CVS/* files, "." and ".." directories.

           USAGE:
               @list = "getdirlist"($directoryname);

Name

       OpaL::dir - Perl extension for directory access.

Requires

       This package requires OpaL::action so you have to make sure that that perl module is installed.

See Also

       OpaL::action

       perl(1)

perl v5.34.0                                       2022-03-24                                           dir(3pm)

Synopsis

         use OpaL::dir qw(getdirlist);

         @list = getdirlist($directory);

See Also