Show TOC

Function documentationText Saver Locate this document in the navigation structure

 

This action is used to save text to a file.

Features

The properties for this action are listed in the following table:

Property

Data Type

Access

Use

StringContent

String

In and out

Specifies the content to be written to the file.

Path

String

In and out

Specifies the file name and path of the file to receive the text file. For example: c:\Inetpub\wwwroot\myTextFile.txt. Use forward slashes (/) in Web URL references. A backslash (\) represents an escape character.

Success

Boolean

In and out

Indicates whether the action succeeded or failed. If it failed, errors are displayed in the server trace log.