Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/MakeDirIfNotExists
- Timestamp:
- 03/12/25 08:01:01 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/MakeDirIfNotExists
v2 v3 2 2 Create the specified directory path if it does not already exist 3 3 4 {{{ 4 {{{#!c++ 5 5 bool MakeDirIfNotExists(const char* path); 6 6 … … 22 22 == Examples == 23 23 24 {{{ 24 {{{#!c++ 25 25 }}} 26 26