Say I have two directory paths:
C:\Shares\Apple\Orange
and
\\MACHINENAME\Apple\Orange
Is there a way to (programmatically) determine if they refer to the same directory? In general, can I determine whether two directory references are equivalent without comparing paths?