I have several files that I should update periodically in a process written in VB.net. These files are located on the server and in the part of the domain that many users can access. These files should never be recorded as they are for reference only. I need to overwrite some of them, even if the user has opened them. Is it possible to do this? Currently, file permissions are not set as read-only, but I can do this while the user under the process is still allowed to overwrite them.
UPDATE: thanks for your answers. The pdf files also open by clicking on them from the Windows File Explorer. This also happens when the user simply has the file selected in Windows Explorer.
source
share