public interface CIM_Directory
extends xyz.cofe.win.wmi.WmiObj
int getAccessMask()
boolean getArchive()
String getCaption()
boolean getCompressed()
String getCompressionMethod()
String getCreationClassName()
Optional<OffsetDateTime> getCreationDate()
String getCSCreationClassName()
String getCSName()
String getDescription()
String getDrive()
String getEightDotThreeFileName()
boolean getEncrypted()
String getEncryptionMethod()
String getExtension()
String getFileName()
long getFileSize()
String getFileType()
String getFSCreationClassName()
String getFSName()
boolean getHidden()
Optional<OffsetDateTime> getInstallDate()
long getInUseCount()
Optional<OffsetDateTime> getLastAccessed()
Optional<OffsetDateTime> getLastModified()
String getName()
String getPath()
boolean getReadable()
String getStatus()
boolean getSystem()
boolean getWriteable()
static void query(CIMV2Wmi wmi, Consumer<CIM_Directory> client)
static List<CIM_Directory> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.