I am using VS 2005 (.net version > 2.0+) to create a windows application.
In my application I give relative path to access the file.
the file might exist in any of the known folders (say 2 in number) images1, images2, I need to check out which filepath is correct and which isn’t, using some if conditions and bool variables. accordingly I need to point and load that image in my form.
How can I do this?
1 Answer