j
k
j a
j l
* Peter Stuge peter@stuge.se [070725 20:38]:
... mkdirp((const char *) dirname(path), 0755); Please use mkdirp_below() and pass "." for the parent parameter.
mkdirp((const char *) dirname(path), 0755);
Please use mkdirp_below() and pass "." for the parent parameter.
We should include the "." in the function if we never call it with any other directory.
Back to the thread
Back to the list