MakeDirIfNotExists
Create the specified directory path if it does not already exist
bool MakeDirIfNotExists(const char* path); bool MakeDirIfNotExists(string& str);
Parameters
- str - string variable containing path
 - path - character array pointer containing path
 
Return Value
- Returns true if directory already exists or was created successfully, false if directory could not be created.
 
Remarks
Examples
See Also
          
            Last modified
 8 months ago          
          
            Last modified on 03/12/25 08:01:01
          
        
      
  Note:
 See   TracWiki
 for help on using the wiki.
    ![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)