Empty Trash

<data Commands> Type: Corrade progressive command Command[wiki]: emptytrash Description[wiki]: Using the emptytrash command, Corrade can be made to empty its Trash folder. Permissions[wiki]: inventory Parameters[wiki]: group, password Last Changes[wiki]: none </data>

Using the emptytrash command, Corrade can be made to empty its Trash folder.

Command Required Parameters Required Corrade Permissions Example
emptytrash group, password inventory
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "emptytrash",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);