Skip to content

Poco::FileStream is always opened with std::ios::in | std::ios::out #4170

@obiltschnig

Description

@obiltschnig

It's not possible to open a Poco::FileStream with std::ios::in flags only, as the constructor always applies std::ios::in | std::ios::out. This can be an issue when opening files that are not writable.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions