At 07:58 PM 1/26/2006 -0700, perl_runner wrote:
>Hello,
>Anyone know how to read a file but not interfere with the file's owner
>(process) from re-naming the file?
>Is there any way for me too read the contents of the log files without
>preventing the server from re-naming it (on the odd occurrence when the two
>collide)?

Ur using NTFS right?  U can create a second hard link to the file and then
open the link.  When ur done, unlink it.  There should be no clash of
filehandles or names.  The server process can do anything it likes to the
original name link without messing up ur link.







--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to