Pow file mkdir

From PlainOldWebserver

Jump to: navigation, search

[edit] Pow_file_mkdir( dirname )

Creates a directory relative to the code's current directory

<?sjs
   pow_file_mkdir("NEWDIR");

?>

Result:

A new directory called NEWDIR is created.

Navigation