How can one copy open files? This is for a backup application?

Thanks,

Shane

RE: Copy open files by NoSpamMgbworld

NoSpamMgbworld
Mon Sep 26 07:31:08 CDT 2005

If a program has a lock on a file, your only option is to read the bytes
directly from the spindle. This is extremely low level programming. This is
also potentially dangerous, as the file could be changed as you are backing
it up, ending up with corrupt results.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"SStory" wrote:

> How can one copy open files? This is for a backup application?
>
> Thanks,
>
> Shane
>
>
>