Add method (Folders collection)
Creates a folder in the HMI tag database and adds this Folder object to the Folders collections. Returns a reference to the newly-created object.
Syntax
Set
Folder
= Folders
.Add
(FolderName
)where
Folder
is the name of a Folder object or an expression that evaluates to a Folder object.Folders
is the name of a Folders collection or an expression that evaluates to a Folders collection.FolderName
is the folder name, without the path.Provide Feedback