You can try the terminal command lsof [FILENAME].  lsof with no options displays all opened files, lsof -t [FILENAME] displays 'terse' output of the process ID, suitable for piping to kill.<div><br></div><div>Brandon</div>