exclusively lock the file, or use some sort of transaction coordinator that
works with files, or run a custom solution where the unix process sends
messages to a process on the windows box indicating the operations it wants
to take, and only that process on the windows box can access the file.
As for caspershouse.com, I'm not too big on cross-browser compatability
=) Sorry.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
only a suggestion
okay how about renaming the file temporarly?
Ollie
P.S. caspers house doesn't like firefox much......
"Nicholas Paldino [.NET/C# MVP]" <
[email protected]>
wrote
in
message That's not really going to help, since his program is going to
want
to
access it. Basically, Alvin is going to have to lock the file
exclusively
when he accesses it. When the Unix system tries to access the file,
it
will
be denied, and that system will have to prepare for that (since it
will
have
to access the file through Windows anyway, this will work).
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
rather 'ugly' but how about marking the file as read only.
HTH
Ollie Riches
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in
message
That is sad. Is there any way to protect the file in my situation?
--
Regards,
Alvin Bruney
message
Since the UNIX script runs outside your Windows Application's
AppDomain,
it won't protect your file.
-Oleg.
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in
message
What happens in the case where a mutex is used to protect a