Zoomed Image

AMSX Scripting Language - Command : deletefile

Summary

Delete a file from the file system

Description

Deletes the specified file. File permissions are checked against the permitted folders list before deletion. Throws an error if the file does not exist or cannot be deleted.

Parameters

ParameterDescription
cmdPath of the file to delete

Syntax


DeleteFile "Path of the file to delete"

Return to the AMSX Command Reference