Click to See Complete Forum and Search --> : copy file from a folder and append it to another folder


pantea
05-24-2005, 05:52 PM
Hi everyone :WAVE: ,
what is the command for copy text files from one folder to another folder? I want to append text files to that folder and after i done reading each file just delet it.

appreciate your help

Phil Weber
05-25-2005, 07:02 AM
Take a look at System.IO.FileInfo.CopyTo and/or System.IO.File.Copy in VS.NET's online help.