Get The Current Directory
Get the current directory.
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption:=GetCurrentDir;
end;
...
...
...
...
...
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Files
Get the current directory.
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption:=GetCurrentDir;
end;
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Files