Is there a simple way to find out
(1.) when a file is in use,
(2.) and when any file in a directory is in use,
so file access by another user can be blocked?
I am asking this because I have to change a
single user app into a multi-user app, while using
FileShare parameters isn't possible due to the
way the app was written.
Adrian.
(1.) when a file is in use,
(2.) and when any file in a directory is in use,
so file access by another user can be blocked?
I am asking this because I have to change a
single user app into a multi-user app, while using
FileShare parameters isn't possible due to the
way the app was written.
Adrian.
Comment