How to find the name of multiple files opened on system by unique id?
        Posted  
        
            by Ashwin Upadhyay
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ashwin Upadhyay
        
        
        
        Published on 2010-02-09T09:29:50Z
        Indexed on 
            2010/03/28
            22:53 UTC
        
        
        Read the original article
        Hit count: 292
        
I want to know about the name of all currently opened MS-Word file by its unique id. I found unique id for one file but when I gave its destination path in code.
My requirement is that when any user open Word file then the unique id of this file is passed into my code and through this code the name of this file is stored into database (but it is done backgroundly and for multiple files).
© Stack Overflow or respective owner