Hi, I have an application where I have images stored in a folder called testimages and access them using :
String[] files = Directory.GetFiles(@"C:\Users\pashok\Documents\test\testimages\", "*.jpeg");
Now, I want to modify the program in such a way that the folder called testimages is placed in my project directory. In this case, how can I access the images ?