View Single Post
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 11-20-2017 , 17:37   Re: [EXTENSION] cURL & Hash
Reply With Quote #218

Code:
if(!CreateDirectory(curl_test_path, 557))
{
	SetFailState("Unable Create folder %s",TEST_FOLDER);
	return;
}
That's not a curl related problem. That's on your side.
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.

Last edited by Bara; 11-20-2017 at 17:37.
Bara is offline