Add WhoUses, a program to determine which processes access a given file
commitebde0bae69ee977394d24493c001ca6af35195ce
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 12 Feb 2009 20:48:12 +0000 (12 21:48 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 26 Feb 2009 10:57:28 +0000 (26 11:57 +0100)
tree9c1818f303d64702abbb58a6b9d6534c4dcf965e
parent7c56752674a125df45a11728ab75d76498dad646
Add WhoUses, a program to determine which processes access a given file

You can use WhoUses to find out which processes would prevent deletion
of a given file:

WhoUses -m /bin/msys-1.0.dll

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
mingw/bin/WhoUses.exe [new file with mode: 0644]
src/WhoUses/.gitignore [new file with mode: 0644]
src/WhoUses/Makefile [new file with mode: 0644]
src/WhoUses/README [new file with mode: 0644]
src/WhoUses/SystemInfo.cpp [new file with mode: 0644]
src/WhoUses/SystemInfo.h [new file with mode: 0644]
src/WhoUses/WhoUses.cpp [new file with mode: 0644]