I want to access the enhanced file properties (windows) in java.
(right-clicking the file, and selecting 'properties'
)
Is there a way the read the properties
e.g. bitrate, author, version,...With Files.readAttributes(p, BasicFileAttributes.class)
I only get the basic attributes. If possible in pure java.