TruncateFile
Truncate a file to a new length.
Input
| Name | Type | Required | Description |
| Path | String | True | The path of the file which will be truncated. |
| NewLength | Integer | True | The new length for this file. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |