Skip to content

Add lower-level functionality to manage file descriptors directly to the C_FileSystem API  #45

Description

@rdw-software

Leftover from #39. I don't need this right now, but it would be nice to have.

Proposed API: Open(path), Close(fileDescriptor), Read(fileDescriptor), Write(fileDescriptor, data); possibly also Append(fileDescriptor, data), Truncate(fileDescriptor)

Can use fs builtin: open, close, read, write

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions