lock() on directory

  • Thread starter Thread starter Oleg Ogurok
  • Start date Start date
O

Oleg Ogurok

Hi all,

Is there a way to lock/synchronize access to a particular directory on the
file system on the OS level, for all aplications (.NET or not).

Thanks.

-Oleg.
 
As far as i know it is only possible by implementing a custom file system
filter driver. Which is certainly not possible using C#.
 
Back
Top