If I move application itself somewhere(While it's still running).
When I use
Application.Executablepath
It still shows me old path instead of new one!
I have to restart the application to get new path.Is there any way how to get REAL CURRENT path ?
Application.Startuppath
Application.Executablepath
shows only path where did file started, but not the current path.