[Files] Read
Q100034: [Files] Read
Read a text file and returns its contents as a text(string) output parameter.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
Input pathname | In | The fully qualified pathname for the file you want to read. Must be a plain text file. | |
Output text value | Out | Text value that represents the contents of the input file. |
(Italics = required parameter)
Notes
The [Files] Read
module allows you to read the data from a specified file and have the contents made available for further use as an output parameter. One good example of this is if you want to inlude some disclaimer text in your email messages, you can have it included in your outbound emails.
Last Updated:
10/3/2023 1:06:56 AM