Copies a file using the current Gollem session settings.
public static copyFile ( string $backend_f, string $dir, string $name, string $backend_t, string $newdir ) | ||
$backend_f | string | The backend to copy the file from. |
$dir | string | The directory name of the original file. |
$name | string | The original filename. |
$backend_t | string | The backend to copy the file to. |
$newdir | string | The directory to copy the file to. |