Copying files in CSharp

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




Answer this question

Copying files in CSharp