Help for this page

Select Code to Download


  1. or download this
    mkpath("/var/tmp/log/script/",0,01777);
    
  2. or download this
    sub my_mkpath
    {
    ...
    umask($save_u);
    return $ok;
    }