| |
MAKE-PATH.PHP
Allows for the creation of complete paths in Linux. In order to create /dir/subdir1/subdir2
using the mkdir() function, /dir/subdir1 must already exist. In this case, make_path() creates
/dir, if this one does not exist already, then does the same for /dir/subdir1, and /dir/subdir1/subdir2.
|
|
|
|