Ask the Expert

Where can I find writing software for coping and moving directories/trees using C /C++?

Can you please give me some information or direct me to a good Web site that deals with writing software for coping and moving directories/trees using C and/or C++.
I don't know of any source code floating around to answer the question, but it shouldn't be too difficult to implement. In the Windows world, take a look at the FindFirstFileEx and FindNextFile API functions. The trick to writing these programs is remembering to look for the directories before you look for the actual search pattern you are supposed to find. As for copying the files, you have the CopyFile API.

This was first published in January 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.