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