Open Fast File Writer
- 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Open Fast File Writer
- Updated on 06 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | File Management |
The Open Fast File Writer step creates a FastFileWriter object with access to a File. The step requires the full path to the File Name as an input. If no file with a matching name is found, a new file will be created in the path if it is specified, or in the Decisions Server directory.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Delete If Exists | When enabled, if a File with a matching name and extension is found, then the file will be deleted and a new file will be created. | Boolean |
File Name | The name of the file being accessed. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Outputs a FastFileWriter Data Type with access to the specified file | FastFileWriter |
Related Information
Forum Posts:
Was this article helpful?