Method OpenFileStream
OpenFileStream(string)
Opens an existing file stream. If file stream does not exist the appropriate exception is thrown.
public static FileStreamContainer OpenFileStream(string fileLocation)
Parameters
fileLocation
stringThe file location.
Returns
- FileStreamContainer
The file stream container.