Relative Path in Windows
All,
Sorry for posting this question here.It would be good if you can guide me to the correct resource or answer.
I have 2 drives C: (Installed tomcat on C drive) and D: drive where my user profile is created(Has folders like Document & Settings..).
My program files is on C drive. Now if I launch my web application..The IE 7 uses D drive for getting the relative path. I.e. file:///images/image1.gif specifed in my code will search for images folder in D drive. But I have the folder at C:/images.....
I want to know how this relative path lookup works....Thanks a ton for any help you provide.

