Core Foundation and Security vendor libraries.

This commit is contained in:
Vitalii Kravchenko
2024-04-13 00:11:42 +01:00
parent 97db075e45
commit befb0f7868
15 changed files with 664 additions and 147 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,