Is it possible to configure a FileSystemWatcher
to watch other folders which are linked in with a folder junction point?
for example:
You are watching D:
You have D:\junction which points to E:\folder
When I create a file in E:\folder\file.txt I want to see it with the watcher as D:\junction\file.txt.
Is this possible?
Thanks.
FileSystemWatcher
is not supposed to monitor junctions or symlinks... and it monitors one folder at a time.