Results 1 to 3 of 3

Thread: Copying files

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    70

    Copying files

    Hi I want the user to choose a file and then that chosen file to be copied to a different folder. I've found info on how to use a OpenDialogFile but nothing on how to copy files.

    thanks

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Copying files

    Hi

    Code:
    System.IO.File.Copy(path, path2)
    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    70

    Re: Copying files

    Alright, thanks again. I really appreciate.

    nacho

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width