I am trying to copy the contents on an entire directory to another directory.
Its doesnt like file.copy("c:\blah\*.*", "c:\blah2\")
I could do it by getting a list of every file on in the directory, then copying them one by one in a loop.
Does anybody know a better way they could please tell me?
Thanks.
Its doesnt like file.copy("c:\blah\*.*", "c:\blah2\")
I could do it by getting a list of every file on in the directory, then copying them one by one in a loop.
Does anybody know a better way they could please tell me?
Thanks.