enumerating symbolic links

Dear All,

how to enumerate all symbolic links pointing to a given target? or can I
determine when someone creates a symbolic link to my named device object?

the matter is that in multiuser environment (WinXP or terminal servers) the
operating system automatically duplicates symbolic links from the ??
directory of the system process to the \Session\x\DosDevices directory of
the newly created session but I need to control all the links pointing to
my device.

Thanks for any ideas,
Max Lyadvinsky


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> how to enumerate all symbolic links pointing to a given target? or can I

IIRC the OS does not define such a way.

directory of the system process to the \Session\x\DosDevices directory of
the newly created session but I need to control all the links pointing to

Enumerate all of the directories and query each symlink.

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com