Opens an existing UTF-8 encoded text file for reading.
Namespace: CMS.FileSystemStorageAssembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 8.2.23
Syntax public override StreamReader OpenText(
string path
)
Parameters
- path
- Type: SystemString
Path to file
Return Value
Type:
StreamReaderSee Also