how do i copy/move/rename/overwrite files with c#???
thanks for your help! :)
Printable View
how do i copy/move/rename/overwrite files with c#???
thanks for your help! :)
What you need is in the Syste.IO namespace
You may need this example . It contains lots of file basic operations .
what commands though??? :confused:Quote:
Originally posted by DevGrp
What you need is in the Syste.IO namespace
use the System.IO.File and System.IO.Directory things