| pake documentation | view source | Contained in the pake distribution. |
Pake::Directory
use Pake::Directory;
$dir_task = Pake::Directory->new($code,$name,$dependency_array_ref);
$dir_task->invoke();
Directory task, needs to execute only if the directory does not exists
Overview of overriden methods in the Directory object
needed
Needed returns 1 only if the specified directory does not exists
| pake documentation | view source | Contained in the pake distribution. |