OpenFileStream

FileStreamContainer.OpenFileStream method

Opens an existing file stream. If file stream does not exist the appropriate exception is thrown.

public static FileStreamContainer OpenFileStream(string fileLocation)
ParameterTypeDescription
fileLocationStringThe file location.

Return Value

The file stream container.

See Also