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# - Pausing a storyboard on TabItem mouse over -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -