G
Guest
Is there any way so I can tell a C# application to block a file from been
copied by another application.
For example I have two application running, there is a posibility that
both application try to do a
File.Copy trying to access the same file.
So I need a way in which I can block that file from been copied by any other
applications or executables.
copied by another application.
For example I have two application running, there is a posibility that
both application try to do a
File.Copy trying to access the same file.
So I need a way in which I can block that file from been copied by any other
applications or executables.