open


Description:

public static Stream open (string path, string mode) throws Error

Creates a new StreamFile object for the specified path.

Parameters:

path

the path to a file

mode

as in fopen(3)

Returns:

a stream using for reading and/or writing to the specified file path or null on error.