NAME

Util::Medley::File - utility file methods

VERSION

version 0.002

SYNOPSIS

DESCRIPTION

ATTRIBUTES

key (optional)

Key to use for encrypting/decrypting methods when one isn't provided.

use base 'Exporter'; our @EXPORT = qw(); # Symbols to autoexport (:DEFAULT tag)

our @EXPORT_OK = qw( chdir chmod file_type findFiles ls_zip mkdir trim_file_ext splitpath unlink xmllint ); # Symbols to export on request

our %EXPORT_TAGS = ( # Define names for sets of symbols all => \@EXPORT_OK, );