Is there a WMI namespace and a class that can be used to get advanced file properties such as Owner, Author, Title, Subject, Category, Comments?
suggest.
AFAIK, WMI does not provide access to advanced file properties. To get them, you can use the method Folder.GetDetailsOf(in scripting languages such as PowerShell or VBScript) or IShellDetails.GetDetailsOf(in compiled languages such as C ++). Take a look at this my answer for an example.
Folder.GetDetailsOf
IShellDetails.GetDetailsOf
* , , , , , .
Source: https://habr.com/ru/post/1737605/More articles:How can Oracle NUMBER scale more accurately? - oraclegit: 'log master..origin / master' does not behave as expected - gitНужно ли останавливать Apache для редактирования "/etc/apache2/sites-available/default"? - ubuntuHow to make indexed Delphi Prism properties visible to C # when properties are not standard - c #Convert / view PowerPoint file in / in Silverlight - silverlightHow to display HTML email for preview on a web page? - htmlparsec-3.1.0 with custom token data type - haskellC # Socket.BeginSend AsyncCallback behavior (timeout?) - c #How to deserialize implementation classes in OSGi - javaSCons does not clear all files - generatorAll Articles