Page 1 of 1

Creating files and folders?

Posted: Sat Jan 07, 2006 1:09 am
by IAD
Hey,

I wanted to know if there's function who can create files, and function for creating folders [without any uploade]

thanks, tal.

Posted: Sat Jan 07, 2006 2:00 am
by feyd
yes.

Posted: Sat Jan 07, 2006 2:19 am
by Jenk
mkdir()

Posted: Sat Jan 07, 2006 6:57 am
by IAD
Thanks :), now my last question, is how can i create a file? [without uploading]

Posted: Sat Jan 07, 2006 6:59 am
by twigletmac

Posted: Sat Jan 07, 2006 7:48 am
by Jenk
touch() to make an empty file.