How can I unlock a file without closing the file handle?
Posted
by netvope
on Super User
See other posts from Super User
or by netvope
Published on 2010-06-02T05:15:29Z
Indexed on
2010/06/02
5:25 UTC
Read the original article
Hit count: 301
When I'm downloading a video file with Google Chrome, the file is locked and cannot be opened by media players. I want to be able to play the file while it's being downloaded. The video bitrate is lower than my Internet bandwidth so it wouldn't be a problem.
Popular unlockers work by closing file handles, which would interrupt the download. How can I remove the read-lock without closing the file handle? Can I replace the read-lock with a write-lock?
© Super User or respective owner