At present, my source code project is in disk E, this is its path : E:\WindowsApplication1
In this folder has a folder Files, with path : E:\WindowsApplication1\WindowsApplication1\bin\Debug\Files
I have a form with a browse button to choose file, after choose file, it will save into folder Files automatically. My chosen file is in disk C : C:\Images\image.jpg
This is my problem : after choose file, an errors occurs :
Could not find a part of the path 'C:\Images\WindowsApplication1\bin\Debug\Files\image.jpg'.?
How can I set to default path when I chose the file?
Please help me?