Name | FTPit Local Read File |
---|
Description | Reads in the characters or lines of a file.
|
---|
Format | FTPit Local Read File ( Select entire contents ; Target ; File ; Start ; Amount ; Read Lines ) |
---|
Required Parameters | File The path of the local file to read. [This can be a full path or a path relative to the current local directory.]
Read LinesIf True, the start and amount parameters refer to the number of lines instead of characters. [Default is False.]
|
---|
Optional Parameters | - Select entire contents
If checked, the target field or variable will be replaced by the result of this script step.
- Target
Specify the field or variable to receive the file path.
- Start
The starting character position or line. If negative, the position will be relative to the end of the file. [Default is 0.]
- Amount
The number of characters or lines to read. [Default is all or the remaining part of the file.]
|
---|