General clean up of os2.read_directory for Windows

This commit is contained in:
gingerBill
2024-07-24 21:45:35 +01:00
parent 2dbccbde54
commit f03c2b7783
5 changed files with 42 additions and 19 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ File_Info :: struct {
name: string,
inode: u128, // might be zero if cannot be determined
size: i64,
mode: int,
size: i64 `fmt:"M"`,
mode: int `fmt:"o"`,
type: File_Type,
creation_time: time.Time,