path: added mkpath
This commit is contained in:
parent
9c73f8f867
commit
1b3035b249
4 changed files with 41 additions and 1 deletions
|
|
@ -17,7 +17,12 @@ Functions
|
|||
`is_dir()`::
|
||||
|
||||
Returns a non zero value if 'path' is a directory. zero otherwise.
|
||||
|
||||
|
||||
`mkpath()`::
|
||||
|
||||
Formats a "functional correct" path (that works with `open()`, `stat()` etc). +
|
||||
Returns a staticly allocated string.
|
||||
|
||||
`path_normalize`::
|
||||
|
||||
Returns a string that contains the normalized full path specified by 'base', 'name' and 'dir'. +
|
||||
|
|
|
|||
Reference in a new issue