Improve os2.read_directory

This commit is contained in:
gingerBill
2024-07-24 14:53:33 +01:00
parent 9d8953538b
commit 07b1819dc8
4 changed files with 30 additions and 42 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ File_Info :: struct {
fullpath: string,
name: string,
inode: u64,
inode: u128, // might be zero if cannot be determined
size: i64,
mode: int,
type: File_Type,