0

Sometimes, while trying to edit a file, the editor says "cannot write to file because is taken by another process". So, is there a tool which takes an input a file name (with its path) and tells which process has taken it with write-only acces?

If not, what is the thecnical reason that cannot be answered?

I ask this because is so annoying that the message does not inform what is the damn process locking the file and cannot understand why the OS programmer didn't give that obvious vital information. Thanks!

1 Answers1

0

Without installing another software, nor programming a power-shell script, the fastest solution was answered here...

https://superuser.com/a/643312/57737