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.