Previous Topic: CreateLink - Create a ShortcutNext Topic: DeleteItem - Remove an Item from a Group


DeleteGroup - Delete a Group

Valid on Windows only

The DeleteGroup function removes the group specified by name.

Function format:

DeleteGroup(name as String) as Boolean
name

Identifies the name of the group to delete.

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