Hi there, I am trying to copy a folder (which has subfolders and those subfolders possibly have folders) to a destination. I tried using PHP's 'copy' function, but it didn't work. I know I have my $src and $dst variables pointing to the exact places I need, but it just isn't working. I am not getting any errors, it just doesn't do the copy. Is the PHP copy function only for files or can it work for folders as well?
I heard about the XCopy command also. Can you anyone give an example of using that?
Thanks.