What I need to do to copy, in CSharp, one or more files from one directory to other
I could make it in VB using the method "FileCopy", but I couldn't did it in CSharp.
Beneath the command in VB
FileCopy(txtSource,Text, txtDestination.Text)
Thank you
What I need to do to copy, in CSharp, one or more files from one directory to other
I could make it in VB using the method "FileCopy", but I couldn't did it in CSharp.
Beneath the command in VB
FileCopy(txtSource,Text, txtDestination.Text)
Thank you
Copying files in CSharp
stephencc