Skip to content

CR: replace DCDOS_SHELL_OPEN parameter create (0,1) with mode ('r','w','a') #7

@orlof

Description

@orlof

follow the c semantics:

'r': read
if file does not exist, fail
file ptr to start

'w': write
if file exists, destroy contents
if file doesn't exist, create new

'a': append
if file doesn't exist, create new
file ptr to end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions