fsbridge

Bridge operations to C stdio

Types

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

Type Aliases

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

Functions

NameDescription
AbsPathJoin Helper function for joining two paths
fopen Open a file, handling path encoding correctly across platforms.