MakeSureDirectoryPathExists
BOOL bRet = MakeSureDirectoryPathExists(("one\\two\\three\\four\\"));
you need to #include the imagehlp.h file, and link to the imagehlp.lib library
MakeSureDirectoryPathExists
BOOL bRet = MakeSureDirectoryPathExists(("one\\two\\three\\four\\"));
you need to #include the imagehlp.h file, and link to the imagehlp.lib library