Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: Copyinf file from one location to another


Message #1 by "Low Wei Chung" <weichunglow@y...> on Thu, 13 Mar 2003 08:42:13
Low Wei Chung wrote:
> Dear all,
> I am now working on application which handles file uploading,
> which user specify the path of the source file,
> the program then copy the file from the source path to the
> defined destination path.

Use System.IO.File.Copy(src, dest)

---
Patrick Steele
Microsoft .NET MVP
http://radio.weblogs.com/0110109/


  Return to Index