Retrieves the path that the application was run from.
public static String getStartupPath()
Returns a String object that contains the full path to the executable file that started the application.
The path returned by getStartupPath can differ depending on how the application is started. If you start your application using an .exe file, this method returns the path to the .exe file.