file_get_raw
Retrieves raw content of file.
Example
1
| {{ 'fileId' | file_get_raw }} => 'some content' ...
|
| Type |
Parameter |
Description |
Required |
| string |
fileId |
The ID of the file to retrieve information for. Comes before the | sign. |
Required |
Output
| Type |
Description |
| mixed |
Raw content of file |