Archived
1
0
Fork 0

path: added mkpath

This commit is contained in:
Henrik Hautakoski 2011-02-05 14:13:17 +01:00
parent 9c73f8f867
commit 1b3035b249
4 changed files with 41 additions and 1 deletions

View file

@ -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'. +