| StreamWriterNew Method (String, Boolean) | 
            Returns new instance of stream writer class.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntaxpublic 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: 
StreamWriter
See Also