mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
General clean up of os2.read_directory for Windows
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user