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.
Examples
delete-file"/home/user/some_file" status st
Copied!
Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.