Hello
My application creates and reads files from the same folder. So I am using appliaction.startuppath property to get the current path so far. Now I have included a open file dialog box to browse and load another file from other folder. But after this dialog loads the file from another folder, it seems the application startup path has changed.
I want to bring the application path to the same folder as application is starting from.How to do this? or what is the normal procedure usually followed in case of path tracking while the application is running.
Thank you