QUOTE(WILU @ Mar 19 2004, 11:56 PM)
Deleting/ changing file which is currently in use may mess things badly and IMHO should not be allowable in any software.
For those who really, really want this, I suggest moving to a *ix like Linux or one of the BSD's; the filesystems there allow you to move/remove files under any application, without breaking the apps themselves (they get to keep their filehandle pointing at what they originally opened, so nothing disappears under them).
Of course running fb2k under WINE isn't exactly optimal, but if you really want to be able to do stuff like this...
A more sensible approach would be to write a plugin to have foobar handle such modifications; like with tag updates, it could wait until the file's not in use before moving/renaming/etc.
Anyone up for writing foo_explorer?