README.md

December 5, 2022 ยท View on GitHub

GetCurrentDir

Description

The GetCurrentDir function will return a string which contains the name of the current directory.

More Info

Submitted On
ByN/A
LevelBeginner
User Rating4.0 (8 globes from 2 users)
CompatibilityDelphi 5, Delphi 4, Pre Delphi 4
CategoryFiles/ File Controls/ Input/ Output
WorldDelphi
Archive File

Source Code

procedure TForm1.Button1Click(Sender: TObject);
begin
  Label1.Caption := GetCurrentDir;
end;

Contents

  1. 1GetCurrentDir
  2. 1.1Description
  3. 1.2More Info
  4. 1.3Source Code