Skip to content

A simple console application to retrieve metadata / properties from files in Windows.

License

Notifications You must be signed in to change notification settings

kounger/FileMetadataReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileMetadataReader

This little program prints out the metadata / properties which are part of a file or directory in Windows.


It asks for a path to a file or directory and prints out the properties of the file in this format:

...
System.GPS.LatitudeDenominator.................. 1; 1; 10000
System.GPS.LatitudeNumerator....................... 0; 22; 166799
System.GPS.LatitudeRef....................................... S
...


The program uses the SystemProperties.cs class of the Windows API Code Pack library to get each property.

A list of all properties that can be printed can also be found inside this CanonicalNames.xml file.

About

A simple console application to retrieve metadata / properties from files in Windows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages