I know VB6 but my main programming language is html so I am having a little bit of conflict between the languages and my understanding. In web design if I want to reference an image all I have to do is ensure that the "images" folder is inside the main folder and then I can shorten the path. An example is, if I am trying to show an image called earth.jpeg and it is in the images folder, all I would have to show for the file path as "images\earth.jpeg" and it would know that it must be the "images" folder inside the main folder and the "earth.jpeg" inside the "images' folder. Is there a way to do this in VB6, so that if a folder gets moved it is not looking for the entire path, "C:\Program Files\...."