Exports a result file or directory to an output directory.
Bundle | builtin |
---|---|
Categories | Internal |
Specialties | generic |
Authors | |
Issue tracker | View/Report issues |
Source files | component.xml |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | T or Array<T> (generic) | Mandatory | The file or directory to be exported. |
Name | Type | Description |
---|---|---|
out | T (generic) | This port exists for internal purposes and should not be connected to anything. |
Name | Type | Default | Description |
---|---|---|---|
link | boolean | false | Create symbolic link to original file instead of copying. Currently only available on Unix-like platforms such as Linux. |