you can now visit caredbar!

This commit is contained in:
Ondřej Novák 2025-01-28 21:46:19 +01:00
parent bf59962724
commit 3b903e2b52
55 changed files with 953 additions and 1428 deletions

View file

@ -496,7 +496,7 @@ bool Pathname::CreateFolder(void *security_descriptor)
char *buff=(char *)alloca(len);
for (int i=1;GetPart(i,buff,len,-1);i++)
{
if (begpart==-1 && _access(buff,0)!=0) begpart=i;
if (begpart==-1 && _check_file_exists(buff)!=0) begpart=i;
if (begpart!=-1)
{
if (begpart==-1) begpart=i;