.net - C# follow folder junctions with FileSystemWatcher -


is possible configure filesystemwatcher watch other folders linked in folder junction point?

for example:

you watching d:

you have d:\junction points e:\folder

when create file in e:\folder\file.txt want see watcher d:\junction\file.txt.

is possible?

thanks.

filesystemwatcher not supposed monitor junctions or symlinks... , monitors 1 folder @ time.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -