StreamWriterNew Method (String, Boolean) |
Returns new instance of stream writer class.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static StreamWriter New(
string path,
bool append
)
Parameters
- path
- Type: SystemString
Path to file - append
- Type: SystemBoolean
If should append data to existing file
Return Value
Type:
StreamWriterSee Also