Opened on Apr 15, 2008 at 6:12:47 PM
Closed on Apr 15, 2008 at 7:36:48 PM
Last modified on Apr 16, 2008 at 3:22:46 PM
#210 closed Feature Request (Rejected)
File Unlocker
| Reported by: | Larry | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | ||
| Keywords: | Cc: |
Description
Add functionality to ProcessClose() or some related function... perhaps adding a function... that will close handles of any processes/threads that are keeping a file locked. Perhaps a flag on FileDelete that forces a file to be unlocked before deleting... But, I rather have a function just unlock and keep deleting seperate.
Attachments (0)
Change History (3)
follow-up: 3 comment:1 by , on Apr 15, 2008 at 7:36:48 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , on Apr 15, 2008 at 8:00:33 PM
| Milestone: | 3.2.11.8 |
|---|---|
| Version: | 3.2.10.0 |
Automatic ticket cleanup.
comment:3 by , on Apr 16, 2008 at 3:22:46 PM
Replying to Valik:
This is neither trivial to implement, nor is it safe. I think you would be better off using Handle.exe from Sysinternals for this.
The code I found seems simple enough. Unsafe I understand. I have found this functionality crucial in some software deployment and virus cleanup scenarios.

This is neither trivial to implement, nor is it safe. I think you would be better off using Handle.exe from Sysinternals for this.