c# - Trick windows into thinking a file is in use -
i need way trick program thinking file in use using c#.
if want 'trick' system should open file in c# code.
this result in 'process cannot access file because process using file' type message.
in c# use file.open() method , avoid calling close() method.
Comments
Post a Comment