Jump to content

mkdir saying file exists


rondog

Recommended Posts

I am running a script locally using WAMP and mkdir is saying that the file already exists when it doesn't

 

		$root = $_SERVER['DOCUMENT_ROOT'];
		mkdir($root . $this->dataFolder,0755);

 

 

$root . $this->dataFolder is C:\wamp\www\scl2\project_data\

 

I am in the project_data folder and it's empty..anyone know why?

 

Link to comment
https://forums.phpfreaks.com/topic/198689-mkdir-saying-file-exists/
Share on other sites

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.