user - Is it possible to keep track of how many times a file is ever opened over time? -


to repeat title basically, possible keep track of how many times file ever opened on time?

look @ class filesystemwatcher:
http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx

with it, i'm not sure you'll able tell when files opened, if updated.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -