I am working on a service that has special conditions if the two UNC paths given to it reside on the same volume. However I have yet to figure out a way of determining this since the C# DriveInfo class does not work with UNC paths.
EX:
\\server\path_a resides on drive A
\\server\path_b resides on drive B
Is there some way of telling that \\server\path_a and \\server\path_b do not reside on the same drive remotely?