I have a file that is read and written to. I need to make sure when its been written to, nobody else will try to write to it.
Using Java over Windows Vista, I\'m trying to create a kind of a monitor for a directory, so every time this directory is modified (new, renamed, updated or deleted files) a process is triggered. I tr