This commit is contained in:
euromark 2014-09-10 17:57:26 +02:00
parent eedefb9dec
commit a6df3300b9

View file

@ -628,7 +628,7 @@ class Folder {
*
* - `to` The directory to copy to.
* - `from` The directory to copy from, this will cause a cd() to occur, changing the results of pwd().
* - `mode` The mode to copy the files/directories with, e.g. 0775.
* - `mode` The mode to copy the files/directories with as integer, e.g. 0775.
* - `skip` Files/directories to skip.
* - `scheme` Folder::MERGE, Folder::OVERWRITE, Folder::SKIP
*