deleteFile()
Deletes a file on a managed machine. Enter the full path and filename.
- Environment variables are acceptable if they are set on a user's machine. For example, using a path
%windir%\notepad.exe
would be similar toC:\windows\notepad.exe
. - You can delete a file that is currently in use using the renameLockedFile() command.
Example
deleteFile("#pathfilename#", "All Operating Systems", "Halt on Fail")