@@ -280,7 +280,7 @@ bool file_createFolder(const char* name) {
strcat(tmp, name);
#ifdef _WIN32
return mkdir(tmp)==0;
#elif
#else
return mkdir(tmp, 0755)==0;
#endif
}
The note is not visible to the blocked user.