Delete files that are in use
-
Hi, I need to delete files that are in use. I can´t restart my computer or neither exit programs that are using them. Any suggestions? Need to work on NT/2000 server. /Ola Carlsson
-
Hi, I need to delete files that are in use. I can´t restart my computer or neither exit programs that are using them. Any suggestions? Need to work on NT/2000 server. /Ola Carlsson
MoveFileEx(szFile, NULL, MOVEFILE_DELAY_UNTIL_REBOOT); But you'll need to restart your computer. My latest articles: Desktop Bob - Instant CP notifications XOR tricks for RAID data protection
-
Hi, I need to delete files that are in use. I can´t restart my computer or neither exit programs that are using them. Any suggestions? Need to work on NT/2000 server. /Ola Carlsson
SHFileOperation, I think it can do that ... Max.
-
Hi, I need to delete files that are in use. I can´t restart my computer or neither exit programs that are using them. Any suggestions? Need to work on NT/2000 server. /Ola Carlsson
That reminds me of a question: How can one determine the process(es) by which the file is in use? It's be nice to have a little utility that reports who has what files open.
-
That reminds me of a question: How can one determine the process(es) by which the file is in use? It's be nice to have a little utility that reports who has what files open.
Scott H. Settlemier wrote: How can one determine the process(es) by which the file is in use? http://www.sysinternals.com/[^] Has just such a utility