pro_vb_dotnet thread: Copyinf file from one location to another
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/
|





