Creates or opens a file for writing UTF-8 encoded text.
Namespace: CMS.FileSystemStorageAssembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 8.2.23
Syntax public override StreamWriter CreateText(
string path
)
Parameters
- path
- Type: SystemString
Path to file
Return Value
Type:
StreamWriterSee Also