| CIM_DirectorySpecification | |||
| The CIM_DirectorySpecification class captures the major directory structure of a software element. This class is used to organize the files of a software element into manageable units that can be relocated on a computer system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | NA | |
| CheckID | String | An identifier used in conjunction with other keys to uniquely identify the check | |
| CheckMode | Boolean | The CheckMode property is used to indicate whether the condition is expected to exist or not exist in the environment. When the value is True, the condition is expected to exist (e.g., a file is expected to be on a system) so invoke() is expected to return True. When the value is False, the condition is not expect to exist (e.g., a file is not to be on a system) so invoke is expected to return false | |
| Description | String | A description of the objects. | |
| DirectoryPath | String | The DirectoryPath property is used to capture the name of a directory. The value supplied by an application provider is actually a default or recommended path name. The value can be changed for a particular environment. | |
| DirectoryType | UInt16 | The DirectoryType property characterizes the type of directory being described. | |
| Name | String | The name used to identify this software element | |
| SoftwareElementID | String | This is an identifier for this software element. | |
| SoftwareElementState | UInt16 | The software element state of a software element | |
| TargetOperatingSystem | UInt16 | The target operating system of the this software element. | |
| Version | String | Version should be in the form | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_DirectorySpecification    {     Caption = "SourceDir";     CheckID = "TARGETDIR{32DB53E1-DB00-4AA8-AAC8-AF1C781F3B19}";     DefaultDir = "SourceDir";     Description = "SourceDir";     Directory = "TARGETDIR";    }; | |||