Hi, i need to copy some text files from one directory to another. Anybody got any pointers? Thanks Nick
www.vb-tech.com .Net Freelance Development http://weblog.vb-tech.com/nick My blog
Use the static method in the File class . VB Code: IO.File.Copy(sourcefile, destinationfile)
IO.File.Copy(sourcefile, destinationfile)
thanks Pirate!
Forum Rules