I have a application that locks a file when it is open. While the application has the file open I am not able to perform a copy on the file. Notepad is not able to open this file as well.
Is there a means to override this lock and make a copy of this file.
It is an application that we purchased that is locking the file. It is a text file in which we would like to generate a checksum using Perl through some code automation using a file watch in VB.NET. The file watch waits for the ceation of the file when the user saves the file. Mark Baird