Docs Menu
API Developer Guide / file / stringToFile
Service: stringToFile
This service will write string into a file on server location.
Input Parameter:
Name | Type | Description |
filePathWithName: | String | path & file name of file on server machine |
string: | String | file content in the form of text |
append: | boolean | append content in the file |
Output Parameter:
Name | Type | Description |
size: | integer | size of the file in bytes |