Returns new instance of file stream.
            
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- path
 - Type: 
System String
Path to file 
- mode
 - Type: CMS.IO FileMode
File mode 
- access
 - Type: CMS.IO FileAccess
File access 
- share
 - Type: CMS.IO FileShare
Sharing permissions 
Return Value
Type: FileStreamSee Also