Given that I have a file in path:
C:\Applications\General Utils\Assembly1\Assembly1\Bin\Debug\Assembly1.dll
and I am working in the following path:
C:\Applications\Under Development\App1\App1\
is there some easy way to find the dotted path route from the application to the assembly:
..\..\..\General Utils\Assembly1\Assembly1\Bin\Debug\Assembly1.dll
Should do the trick