In another thread, Poizhan showed me how to kill any Firefox processes that might be locking the files/folders i need to move.
Please Login or Register  to view this content.
To move them i use:
Please Login or Register  to view this content.
where strOrigPath and strNewPath are variables that hold the proper path names.


I now find that strOrigPath can be locked up by other processes (Joy) and that my choice of arbitrarily shutting down my browser is not the best solution i could come up with (surprise).

Is there a VBA way to find out what processes are locking a folder/files so i can take those results and display them to the user, giving them the option to try to shut them down themselves?

As always, many thanks for your consideration!!!