IDirectory.GetCurrentDirectory

Syntax

GetCurrentDirectory: String;

Description

The GetCurrentDirectory method returns the path to the current working directory of application.

Comments

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:

IDirectory

IDirectory.SetCurrentDirectory