StreamFile.open

gmime.stream.Stream open(string path, string mode)

Creates a new #GMimeStreamFile object for the specified path.

Parameters

paththe path to a file
modeas in fopen(3)

Returns

a stream using for reading and/or writing to the

specified file path or null on error.

Throws

[ErrorWrap]