Hello, Ive done a google search on this, nothing readable came up. Can someone give me a starting direction on how copy a entire folder and it's contents to another folder? The only reason i ask is that i've done the simply copy one file... copy another file.... etc and just wondered how easy it would be to copy all at once. Thanks!
Better look into php docs, they contain good user comments too. E.g. here is the recursive copy function.