Open
Open and read a file.
Input
Name | Type | Required | Description |
Path | String | False | The path of the file which will be opened. |
Offset | Integer | False | The offset from which the reading will start. |
Length | Integer | False | The amount of how much will be read from the file. |
BufferSize | Integer | False | The internal size of the buffer which will be used for the reading of the file |
WriteToFile | String | False | The local location of the file where the output will be written to. If not set, the output will be displayed. |
Result Set Columns
Name | Type | Description |
Output | String | The path of the current user's home directory. |