Procedural File: CopyTask.php
Source Location: /tasks/system/CopyTask.php
Classes:
CopyTask
A phing copy task. Copies a file or directory to a new file or directory. Files are only copied if the source file is newer than the destination file, or when the destination file does not exist. It is possible to explictly overwrite existing files.
Page Details:
Includes:
include_once('phing/system/io/PhingFile.php') [line 23]
include_once('phing/util/FileUtils.php') [line 24]
include_once('phing/util/SourceFileScanner.php') [line 25]
include_once('phing/mappers/IdentityMapper.php') [line 26]
include_once('phing/mappers/FlattenMapper.php') [line 27]
require_once('phing/Task.php') [line 22]
|