SaveText Method

You can write a plain text file to a server disk drive using this method.

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 omitted) is UTF-8.
CreateDirectory Boolean (Data Constant Reference) If true, necessary directories will be created according to the value specified in Path parameter.