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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -