Merge remote-tracking branch 'offical/master'

This commit is contained in:
ed
2024-04-14 19:42:56 -04:00
126 changed files with 5082 additions and 561 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package os
import "core:time"
File_Info :: struct {
fullpath: string,
name: string,
fullpath: string, // allocated
name: string, // uses `fullpath` as underlying data
size: i64,
mode: File_Mode,
is_dir: bool,