Skip to content

File i/o Modes #32

@hasindu-nagolla

Description

@hasindu-nagolla

'x' : Exclusive creation mode. Opens for writing only if the file does not exist.
'b' : Binary mode. Use this for reading or writing binary files (e.g., images, PDFs).
't' : Text mode. This is the default mode. Use this for reading or writing text files.
'+' : Updating mode. Open a file for both reading and writing.

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