Parameters
- fileName
- The full-path file name to create or open.
- creationMode
- An action to take on files that exist and do not exist
- fileAccess
- Desired access to the object, which can be read, write, or both
- fileShare
- The sharing mode of an object, which can be read, write, both, or none
Return Value
An open FileStream, or null upon failure.