Ejemplo n.º 1
0
bool make_dir(const DirPath& path){
  return wxDir::Make(to_wx(path.Str()));
}
Ejemplo n.º 2
0
bool exists(const DirPath& path){
  return wxDir::Exists(to_wx(path.Str()));
}