StreamFs.open

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

Creates a new #GMimeStreamFs object for the specified path.

Parameters

paththe path to a file
flagsas in open(2)
modeas in open(2)

Returns

a stream using for reading and/or writing to the

specified file path or null on error.

Throws

[ErrorWrap]