Start implementing linux user directory
This commit is contained in:
parent
474bb3c434
commit
769c9a0ab3
|
@ -42,6 +42,11 @@ system_get_path(Arena* arena, System_Path_Code path_code){
|
||||||
|
|
||||||
result = string_remove_last_folder(SCu8(buf, n));
|
result = string_remove_last_folder(SCu8(buf, n));
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
case SystemPath_UserDirectory:
|
||||||
|
{
|
||||||
|
|
||||||
|
}break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return(result);
|
return(result);
|
||||||
|
|
Loading…
Reference in New Issue