Copying a Directory

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
User avatar
Nucleorion
Knows some wx things
Knows some wx things
Posts: 45
Joined: Sat Jan 07, 2017 10:08 pm

Re: Copying a Directory

Post by Nucleorion »

si no me equivoco:

Code: Select all

#include <wx/dir.h>
#include <wx/app.h>
#include <wx/log.h>
Post Reply