Skip to content
Yousef Ismaeil edited this page Jan 10, 2014 · 2 revisions

To copy a full directory path to another destination

$Filesystem->copyDirectory('My/Classes/Direcotry','To/Includes/Classes');

in example above you will copy My/Classes/Direcotry files and directories to To/Includes/Classes

Note : If To/Includes/Classes not exists this method will created.

this method return boolean true on success or false on failure.

Clone this wiki locally