// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_Directory // ================================================================== [UMLPackagePath ( "CIM::System::FileElements" ), Version ( "2.6.0" ), Description ( "Directory is a type of File that logically groups Files " "'contained' in it, and provides path information for the " "grouped Files.")] class CIM_Directory : CIM_LogicalFile { };