System.SysUtils.GetCurrentDir
Delphi
function GetCurrentDir: string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall GetCurrentDir(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Returns the name of the current directory.
GetCurrentDir returns the fully qualified name of the current directory.
See Also