I am new in Programming. Let's get straight to the subject. I want to add a new attribute to a file using Java. For example, Every file has default attribute like Date modified
, Date created
etc. I want to add a new attribute to a file, say Rating
.
Is it possible? then How can I do that ?
I've spend a lot of time in google, but nothing found helpful.