The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CTK::File - Files and direcries working

VERSION

1.00

$Id: File.pm 29 2012-11-20 14:50:39Z minus $

SYNOPSIS

blah-blah-blah

DESCRIPTION

blah-blah-blah

For copying paths: use File::Copy::Recursive qw(dircopy dirmove);

For TEMP dirs/files working: use File::Temp qw/tempfile tempdir/;