Bridge operations to C stdio

Types

Name

Description

FileLock

Advisory lock on a file, released when the object is destroyed.

Type Aliases

Name

Description

FopenFn

Callable type matching fopen, so a custom file opener can be injected.

Functions

Name

Description

AbsPathJoin

Helper function for joining two paths

fopen

Open a file, handling path encoding correctly across platforms.

Created with MrDocs