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