delete-file <file location> [ status <status var> ]
Copied!
File specified with <file location> is deleted. <file location> can be given with an absolute path or relative to the application home directory (see directories).
If "status" is specified, the status is stored into <status var>. The status is GG_OKAY on success or if the file did not exist, and GG_ERR_DELETE on failure.