Relative Path at the time of deployment
Hi,
I have an .jpeg file in the application folder, to access that file I have given the path as "../image1.jpeg". Its working fine when I am executing it.
but at the time of deployment, I could see the error "Could not find the part of path "../image1.jpeg" ".
The application is in windows application
Please let me know, how can I access that path at the time of deployment.