I have the Directory and Filename stored into a string. How can I tell C# to copy the file stored at this location??
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??