This commit is contained in:
Reece Wilson 2023-09-17 22:21:24 +01:00
parent d387657e04
commit 09b044ab2e

View File

@ -156,10 +156,8 @@ namespace Aurora::IO::FS
return temp;
}
}
else
{
return "";
}
return "";
}
static AuString GetSpecialDir(REFKNOWNFOLDERID rfid)