Scripts.com - Get the best scripts NOW!
HotScripts.com - Over 10 web rings.
more links...
Ron Paul Revolution
user name  
password    
Index    News    Samples    Downloads    E-Mail me    Forum    Sign Up
 

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.