Creates a new StreamFile object for the specified path
.
path |
the path to a file |
mode |
as in fopen(3) |
a stream using for reading and/or writing to the specified file path or null on error. |