This function is used to save a file to a disk, taking as input the URL where the file can be found, or the string in hexadecimal or base64 format of the file.
This function requires you to complete the input register values with the buffer format type, the name of the file to be created, and the information of the file to be saved.
Register | Value |
---|---|
110 | 1 |
Register | Description | Mandatory | Value |
---|---|---|---|
390 | Buffer format type | X | HEX_TYPE, BASE64_TYPE, URL_TYPE |
391 | Name of the file to be created | X | STRING |
392 | Information of the file to be saved to the disk | X | STRING |
Register | Description | Value | ||||||
---|---|---|---|---|---|---|---|---|
112 | Call Result |
| ||||||
290 | File name | STRING | ||||||
291 | File extension | STRING | ||||||
292 | File location | STRING |