File
Manages interactions with server files.
Component Signature
Attributes
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The action to take. One of: append, copy, delete, move, read, readbinary, rename, upload, uploadall, write | |
|
|
| The file to act on | |
|
|
| The mode to open the file in | |
|
|
| The output of the action | |
|
|
| Add a newline to the end of the file |
|
|
|
| Attributes to set on the file | |
|
|
| The character set to use |
|
|
|
| The source file | |
|
|
| The destination file | |
|
|
| The variable to store the result in | |
|
|
| The file field to use | |
|
|
| What to do if there is a name conflict |
|
|
|
| The accept header | |
|
|
| The result of the action | |
|
|
| Fix newlines |
|
|
|
| The time to cache the file within | |
|
|
| The result of the action |
Examples
Last updated