IDirectory.GetCurrentDirectory

Syntax

GetCurrentDirectory: String;

Description

The GetCurrentDirectory method returns a path to a 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 concur. The SetCurrentDirectory method should be used to change a working directory of an application.

See also:

IDirectory

IDirectory.SetCurrentDirectory