メインコンテンツまでスキップ

Introduction

Providing some functions for managing files/directories

How to use

You can load File class through Application::getClass method.

Controller
$file = $this->getClass('Tool/File');

$file->copyAll('path/to/foo', 'path/to/bar');

Methods