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

はじめに

ファイル/ディレクトリ管理のための各種関数を提供します

使用方法

Application::getClassメソッドを通じてFileクラスを読み込むことができます。

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

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

メソッド