StreamWriterNew Method (String) |
Returns new instance of stream writer class.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static StreamWriter New(
string path
)
Parameters
- path
- Type: SystemString
Path to file
Return Value
Type:
StreamWriterSee Also