File::Find::Rule::DirectoryEmpty - test a directory for being empty



NAME

File::Find::Rule::DirectoryEmpty - test a directory for being empty


SYNOPSIS

        use File::Find::Rule::DirectoryEmpty;
        
        my @emptydirs = File::Find::Rule::DirectoryEmpty->directoryempty->in('/home/myself');


directoryempty()

returns boolean


AUTHOR

Leo Charre leocharre at cpan dot org


SEE ALSO

the File::Find::Rule manpage