SaveText Method
Using this method you can write a plain text file to a server disk drive.
PARAMETERS
Parameter
|
Type
|
Description
|
---|---|---|
Path | String (Context Store Reference, Data Constant Reference) | A path to the output file. |
Data | String (Context Store Reference, Data Constant Reference) | Text to be stored. |
Encoding | String (Context Store Reference, Data Constant Reference) | A IANA character set name. Default (if ommited) is UTF-8. |
CreateDirectory | Boolean (Data Constant Reference) | If true, necessary directories will be created according to the value specified in Path parameter. |