CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Dave1024

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,030

    Re: Presence of a folder in a Drive

    could you say which mechanisam is more faster and reason behind these mechanisam for copy a folder from one location to other?
    1. I am using 'xcopy' dos command
    2. I am using file read and write...
  2. Replies
    3
    Views
    1,030

    Presence of a folder in a Drive

    Hi,

    using C++ how can i check the presence of a folder in a drive.
    The path of the folder is available in a std::string like std::string path = "C:\\TestFolder";

    Please help.

    Thanks
    Dave
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured