Is there any way to find out the name of the user who has the file open?
I am developing a program that will be a desktop client for many users. The application will open some files, and I would like many users to open files at the same time, but only allow the first user to have write permissions. I want you to be able to tell other users who have write access to the file.
Is this something that can be learned by the application? (I am developing in VS 2008).
source share