D
David C
I have a desktop application which uses AxPdf to view PDF file.
axPdf.LoadFile("myFile.PDF");
Without going into much detail, I need to make sure that only one person
has a given file in the PDF viewer. So before calling LoadFile, I need
to make sure that nobody else is reading the file.
Played around FileSystemInfo to see if there is a property that is
indicative of whether the file is being read or not, but couldn't find
one.
Thanks in advance.
axPdf.LoadFile("myFile.PDF");
Without going into much detail, I need to make sure that only one person
has a given file in the PDF viewer. So before calling LoadFile, I need
to make sure that nobody else is reading the file.
Played around FileSystemInfo to see if there is a property that is
indicative of whether the file is being read or not, but couldn't find
one.
Thanks in advance.