8
Answers

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

Dan

Dan

17y
4k
1
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)