File::Tasks

A set of file tasks to be executed in a directory
Download

File::Tasks Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adam Kennedy
  • Publisher web site:
  • http://search.cpan.org/~adamk/

File::Tasks Tags


File::Tasks Description

A set of file tasks to be executed in a directory File::Tasks is a set of file tasks to be executed in a directory.SYNOPSIS # Create a script my $Script = File::Tasks->new; # Add some new files $Script->add( 'Foo' );File::Tasks allows you to define a set of file tasks to be done to a local filesystem. There are three basic tasks, Add, Edit, and Remove.A single File::Tasks object is used to assemble a collection of these tasks, and then execute them on a new or existing directory somewhere on the local filesystem.The File::Tasks will take care of making sure that the task paths are all compatible with their resulting location, and that the tasks match the current state of the filesystem.Once fully verified, it will execute the tasks and make the changes to the filesystem. Requirements: · Perl


File::Tasks Related Software