shakuni
May 14th, 2008, 00:52
How can I access the files that are in-use by other processes. Say there is this file called "locked.txt", which is in use by process A. Now how can I copy this file to another location programmatically. Normal methods will fail with the error "The process cannot access the file because it is being used by another
process.".
Any ideas ?
process.".
Any ideas ?