FileStreamNew Method (String, FileMode) |
Initializes new instance and intializes new system file stream.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static FileStream New(
string path,
FileMode mode
)
Parameters
- path
- Type: SystemString
Path to file - mode
- Type: CMS.IOFileMode
File mode
Return Value
Type:
FileStreamSee Also