GetCurrentDirectory: String;
The GetCurrentDirectory method returns the path to the 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 match. Use the SetCurrentDirectory method to change a working directory of an application.
See also: