DIAdem Help

Objects

  • Updated2024-09-12
  • 2 minute(s) read

Objects

VBS provides various objects that you can create with CreateObject.

You can use the FileSystemObject object to access the file system of your computer. To use the FileSystemObject object, you must create this object in DIAdem with the CreateObject("Scripting.FileSystemObject") command.

The Dictionary object provides an array with key/element pair. The key and the element can have any data type, but the key cannot be an array. A Dictionary object is comparable with an associative array. To use the Dictionary object, you must create this object in DIAdem with the CreateObject("Scripting.Dictionary") command.

The following section shows the structure of the scripting objects and how you can click to the objects:

FileSystemObject

Drives

Drive

Files

File

Folders

Folder

TextStream

Dictionary

Log in to get a better experience