Create File
The Create File activity creates a new file or directory with the specified name at specified location.
Settings
Field | Description |
---|---|
Is a Directory | When this field is set to true , the activity creates a directory instead of a file. |
Create Non-Existing Directories |
When this field is set to |
Input
The Input tab displays the following fields.
Field | Description |
---|---|
fileName | The path and name of the file to create. Set the Is a Directory field to true on the Settings tab to specify that it is a directory you want to create. |
overwrite |
Set this field to If the specified file or directory exists and this field is set to |
Output
The output schema displays all the metadata fields of a new file/directory in a read-only format. The metadata object contains fullPath
, name
, size
, mode
, modTime
and isDir
fields.
Loop
For information on Loop, see the "Using the Loop Feature in an Activity" section in the TIBCO Flogo® Extension for Visual Studio Code User Guide.