I am sure that this is possible, just not sure what the term is and how to do it. Basically, if you right-click on any file and go to properties, then you can add comments, etc. To file.
What I want to know is how you can do this with C #. Also, once you have added comments, how can you read these comments from the file for the last time.
I'm sure it has something to do with file metadata, just not sure where to go and look. I will also need to do this on Windows forms, so permissions are not that complicated.
Thanks in advance.
source share