In my web application I have to copy a directory and all its contents to another location.
I want to use shell_exec function of PHP. But I can’t find the command for that.
In my web application I have to copy a directory and all its contents
Share
You can use:
Copies source and all contents of source inside dest.