| CIM_DirectoryContainsFile | |||
| The CIM_DirectoryContainsFile class represents an association between a directory and files contained within that directory. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The directory. | |
| PartComponent | Reference | The LogicalFile 'contained within' the Directory. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of CIM_DirectoryContainsFile    {     GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_Directory.Name=\"C:\\\\\"";     PartComponent = "\\\\SCCM01\\root\\cimv2:CIM_DataFile.Name=\"C:\\\\AUTOEXEC.BAT\"";    }; | |||