CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2004
    Posts
    169

    Thumbs down copy a directory one location to another

    Hi frnds

    i need to copy a folder from one location to another location.
    i ve a file uplod control and a text box on the page.
    wht i want is to copy the folder from the source location(which is provided by the user in file upload control) and copy it with the new name(which is in text box) on the target location.

    pls tell me wht should i use to do that n how.

    tnx a ton in advance

  2. #2
    Join Date
    Jul 2004
    Posts
    5

    Re: copy a directory one location to another


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

Featured