Having a path (here Windows) like c:\MyPath\where\ the\part\of\it\does\not\exist. Is there any function in wxWidgeds that creates all the missing (bolded in the example) subdirectories, or do I have to write some on myself?
(If you know Python, the os.makedirs() is the equivalent.)
Thanks,
Petr
The easiest way to do this is to use the static function wxFileName::Mkdir and pass it the
wxPATH_MKDIR_FULLflag.