|
-
Nov 2nd, 2005, 03:51 PM
#1
Thread Starter
Junior Member
I need a basic line of code to copy a folder/directory
Hi, I am making a program where it needs to copy a folder/directory and move it. I have the code to do this with a file, but I was wondering if there's a similar code to copy a folder. I intend to copy/move the folder, then delete it from the original path with the kill command. Here's what I'm currently using for files, a similar line to move folders would be excellent.
FileCopy("C:\path1", "C:\path2")
Kill("C:\path1")
Thanks for any input!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|