Allows you to clear temporary system files.
Example
Running this code will clear all system cache, cookies, and temp folder.
plugin command("OS Automation.dll", "system clear actions", "Clear Cache", "True")
plugin command("OS Automation.dll", "system clear actions", "Clear Cookies", "True")
plugin command("OS Automation.dll", "system clear actions", "Clear Temp Folder", "True")