Docs Menu
API Developer Guide / file / bytesToFile
Service: bytesToFile
This service will write bytes into a file on the server location and return a size in bytes of the produced file.
Input Parameter:
Name | Type | Description |
filePathWithName: | String | path & file name of file on server machine |
bytes: | byte array | content of the files |
append: | boolean | append content in the file |
Output Parameter:
Name | Type | Description |
size: | integer | size of the file in bytes |