Bridge operations to C stdio
| Name | Description |
|---|---|
FileLock | Advisory lock on a file, released when the object is destroyed. |
| Name | Description |
|---|---|
FopenFn | Callable type matching fopen, so a custom file opener can be injected. |
| Name | Description |
|---|---|
AbsPathJoin | Helper function for joining two paths |
fopen | Open a file, handling path encoding correctly across platforms. |