I’ve received a lot of great help previously on this site. I have another question. I have a program that loads images from a path on my computer dynamically. Obviously if I copy this program to another computer the path will be different. I need to find the root directory of the program dynamically so that I can tell people where to put their files then my program can load them properly. Is that the function of path.GetFullPath or is there another way of doing this?