Modify a file with a write only lock
-
I am attempting to modify a file that a program has a lock on which is write-only. Is there some way i can do this in C#?
Einstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer. -Fred Brooks
-
I am attempting to modify a file that a program has a lock on which is write-only. Is there some way i can do this in C#?
Einstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer. -Fred Brooks
StevenWalsh wrote:
Is there some way i can do this in C#?
There shouldn't be. Other programs usually have locks on files for a reason.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon