Write a simple PHP build folder code

Source: Internet
Author: User
Tags tmp folder root directory

first get the path to the current directory, and then determine whether the folder exists, does not exist to create.

Define (' Dir_root ', Str_replace (', '/', dirname (__file__)); Get current file physical path

$tmp _file_path = dir_root. ' /tmp/';//increase the path of the TMP directory under the root directory

if (Is_dir ($tmp _file_path))

echo "tmp folder exists!";

Else

{

mkdir ($tmp _file_path, 0700);//If the TMP directory does not exist, establish

The echo "Tmp folder does not exist, try to build success!"

";//did not detect whether the build succeeded

echo "tmp directory is". $tmp _file_path;

}

?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.