Closed
Description
Mode
enum is not very clear for how to operate when you plan to do several operations on a file.
In my use case, I want to create a file and then continue to append data to it. When I use ReadWriteCreateOrAppend
, the create works and it does not fail but the appending operations don't result in the file being modified.
Am I missing something?
Metadata
Metadata
Assignees
Labels
No labels