Jump to content

can i create a directory?


corillo181

Recommended Posts

[url=http://php.net/rmdir]rmdir[/url]() (which you have used) removes a directory. [url=http://php.net/rmdir]mkdir[/url]() makes a directory NOT a file. [url=http://php.net/fopen]fopen[/url]() and [url=http://php.net/fwrite]fwrite[/url]() will create a file and write to it.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.