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#.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top