GetCurrentDirectory: String;
The GetCurrentDirectory method returns a path to a current working directory of application.
It is possible that a directory from which an application was started and working directory of an application do not concur. The SetCurrentDirectory method should be used to change a working directory of an application.
See also: