Maybe I am approaching this wrong, we'll see.
I am trying to duplicate a directory, of course I have renamed the new directory. Now, I tried using the CopyFile method and it fails everytime, so I decided to loop through the directorycontents. The CopyFile again, fails everytime.
What gives?
Basically just doing CopyFile(Original,Duplicate,False);
Where Original and Duplicate are different names.
-Thanks,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...
I am trying to duplicate a directory, of course I have renamed the new directory. Now, I tried using the CopyFile method and it fails everytime, so I decided to loop through the directorycontents. The CopyFile again, fails everytime.
What gives?
Basically just doing CopyFile(Original,Duplicate,False);
Where Original and Duplicate are different names.
-Thanks,
Ron
/**************
Me: When will the project be finished?
Them: What project?
Me: The one you have been working on for the last 3 years!
Them: Ohh, we can't finish it?
Me: Why?
Them: We don't know how to program...