views:

15

answers:

0

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).