Description
- Creates a new desktop.
Syntax
- Vdesk.New(deskname)
Parameters
- deskname
- (string) name to give the new desktop
- Optional, if omitted, desktop will just be numbered but not named.
Examples
- Vdesk.New
- Creates a new desktop, which will be given the next available desktop number.
- Vdesk.New("work")
- Creates a new desktop named "work".
See Also
- Vdesk.CreateOrSwitchTo()