DELETE

LANSA Integrator

DELETE

The DELETE command deletes the specified local file.

 

 DELETE ---------- FILE ------------ file path -----------------|

 

Keywords

FILE

Nominate the file to be deleted. This value can be a relative or absolute path.

Examples

RDML

 

USE BUILTIN(JSM_COMMAND) WITH_ARGS('DELETE FILE(/upload/order.csv)') TO_GET(#JSMSTS #JSMMSG)

 

RDMLX

 

use builtin(jsmx_command) with_args(#jsmhandle 'delete file(/upload/order.csv) ') to_get(#jsmsts #jsmmsg)