Previous Topic: DeleteGroup - Delete a GroupNext Topic: RemoveLink - Remove a Shortcut


DeleteItem - Remove an Item from a Group

Valid on Windows only

The DeleteItem function removes a specified item from the specified group.

Function format:

DeleteItem(name as String, group as String) as Boolean
name

Identifies the name of the item to be deleted.

group

Identifies the name of the group containing the item to be deleted.

On successful completion, the function returns TRUE; otherwise, returns FALSE.