Hold a file in exclusive-share mode.
For developers debugging "the file is in use" code paths.
A debugger's tool: open any file in fmShareExclusive mode so no other application can read or write it. Useful when you need to reproduce a file-in-use error path that your own program has to handle.
You point File Locker at any file on disk. It opens a stream on that file in exclusive-share mode and keeps it open until you close the program. Any other application that tries to read, write, or delete that file will fail with a sharing violation.
49 small, sharp Windows utilities. All freeware. All by the same author.