Search:
Forum
General C++ Programming
Trying to freeze file(?)
Trying to freeze file(?)
Feb 19, 2013 at 10:45pm UTC
int man
(3)
HI ALL,
excuse, i want know!, how can freeze file (like:DeepFreeze)
on my PC, JUST ONE FILE.
not ALL Files.
...
[output]i mean what API or function to
do this.[/output]
Feb 20, 2013 at 12:58am UTC
L B
(5788)
Just open the file for writing and leave it open. Nothing can touch it without finding your file handle and closing it manually.
Feb 20, 2013 at 1:23am UTC
ne555
(5022)
windows only, I suppose.
Feb 20, 2013 at 1:24am UTC
L B
(5788)
Yeah, on Windows you can just browse open handles and close them at will. You're uploading a video? Oops, not anymore. Have a nice day!
Last edited on
Feb 20, 2013 at 1:24am UTC
Topic archived. No new replies allowed.
C++
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs