writefile
Description
writefile writes <filename> to the specified <filepath> containing the <filedata>.
Input fields
XML tag | Description |
<filepath> | The filepath. |
<filename> | The filename. |
<filedata> | The file data. |
Return fields
Status only.
Example
Example invocation:
<func>writefile</func><filepath>c:\siriusware\</filepath><filename>text.txt
</filename><filedata>This is a test</filedata>
Example return string:
OK :
See also
None.