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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -