Getting file updates in folders with no permission.
        Posted  
        
            by Wesley
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Wesley
        
        
        
        Published on 2010-04-02T14:34:59Z
        Indexed on 
            2010/04/02
            14:53 UTC
        
        
        Read the original article
        Hit count: 362
        
I've been working on a program to monitor a network folder to find out which spreadsheets our company uses are the most popular. I'm using the FileSystemWatcher class in C# to do the monitoring. I've noticed I'm getting updates to files that are in folders that my user does not have permission to browse. I understand that my software is subscribing to a list of updates done by other system software and not actually browsing those files itself, but is this functionality intentional or is it a bug?
© Stack Overflow or respective owner