[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/tasks/system/ -> MoveTask.php (sommaire)

(pas de description)

Poids: 197 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

MoveTask:: (5 méthodes):
  __construct()
  doWork()
  okToDelete()
  deleteDir()
  renameFile()


Classe: MoveTask  - X-Ref

Moves a file or directory to a new file or directory.

By default, the destination file is overwritten if it
already exists.  When overwrite is turned off, then files
are only moved if the source file is newer than the
destination file, or when the destination file does not
exist.

Source files and directories are only deleted when the file or
directory has been copied to the destination successfully.

__construct()   X-Ref
Pas de description

doWork()   X-Ref
Pas de description

okToDelete($d)   X-Ref
Pas de description

deleteDir($d)   X-Ref
Pas de description

renameFile(PhingFile $sourceFile, PhingFile $destFile, $overwrite)   X-Ref
Attempts to rename a file from a source to a destination.
If overwrite is set to true, this method overwrites existing file
even if the destination file is newer.
Otherwise, the source f
ile is renamed only if the destination file #
is older than it.




Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7