open
Description:
Creates a new StreamFs object for the specified path.
Parameters:
| path |
the path to a file |
| flags |
as in open(2) |
| mode |
as in open(2) |
Returns:
|
a stream using for reading and/or writing to the specified file path or null on error. |