Does anyone know of some code that test the results of these situations:
If someone tries to write to a file reader?
If someone tries to write to a random-access file that you opened only for reading?
Printable View
Does anyone know of some code that test the results of these situations:
If someone tries to write to a file reader?
If someone tries to write to a random-access file that you opened only for reading?
Is this happening inside the same application/server or do you mean any kind of
process that accesses a file on a computer ?