Dan

Dan

  • NA
  • 44
  • 0

I have the Directory and Filename stored into a string. How can I tell C# to copy the file stored at this location??

Nov 24 2007 5:24 PM
I have the full path of a file stored in a string called currFileName

string currFileName = sourceFiles[i].FullName; //Store The Dir and File Name

Is there any way to tell it to copy the file stored at this location??

Answers (8)