Create a folder

Source: Internet
Author: User

Create a folder

The code is as follows Copy Code

function CreateFolder ($path, $nname) {
if (Is_dir ($path) && is_writable ($path)) {

if (Preg_match ("/^\w{1,255}$/i", $nname)) {
echo mkdir ($path.) /". $nname, 0777)? ' Create folder Success ': ' Create folder Fail ';
}else{
echo "Folder Error";
}

}else{
echo "Can ' t Create Error file not is_writable or not dir"; }

}

pasting files

function Past ($currentpath, $currentfilename, $filepote) {//1: Where the file is to be pasted 2: The current file {folder} Name 3: The physical address of the file {folder}



$str = substr ($currentfilename, -1,1);



if (substr ($currentfilename, -1,1) = = "|") {


Www.111cn.net


$currentfilename = Str_replace ("|", "", $currentfilename);



$filepote = Str_replace ("|", "", $filepote);


}www.111cn.net



if (Is_dir ($currentpath) && is_writable ($currentpath) && is_dir ($filepote) && is_writable ($ Filepote)) {

Www.111cn.net


@mkdir ($currentpath. " /". $currentfilename);
$t =full_copy ($filepote, $currentpath. " /". $currentfilename)? ' T ': ' F '//$filepote, need copy folder $current Sava folder

Www.111cn.net


}else if (Is_file ($filepote) && file_exists ($filepote)) {


if (File_exists ($currentpath. $currentfilename)) {echo (' file exists! plase rename it! '); Exit;}



echo Copy ($filepote, $currentpath. $currentfilename)? ' Success ': ' Errror ';

Www.111cn.net


}


if ($str = = "|" && $t = ' t ') {



Deldir ($filepote);

Www.111cn.net


}


}

Original article: Reprint please specify www.111cn.net

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.