Docs Menu
API Developer Guide / file / getBufferedWriter
Service: getBufferedWriter
This service will return a buffered writer for a file on server location.
Input Parameter:
| Name | Type | Description |
| filePathWithName: | String | path & filename of file on server machine |
Output Parameter:
| Name | Type | Description |
| bufferedWriter: | Object | Buffered Writer object of the file on server machine. |