Open file
Opens a file and returns its stream.

Inputs
- 
    
Path — String
Path of the file to open.
 
Outputs
- 
    
Stream — FileStream
Stream of the file, ready to be read.
 
Opens a file and returns its stream.

Path — String
Path of the file to open.
Stream — FileStream
Stream of the file, ready to be read.