Get The Current Directory
Get the current directory.
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption:=GetCurrentDir;
end;
Partners: AAA Directory Abacus Directory A2Zdir.org A ...
This function used to get start menu directory. uses sh...
Get program directory. procedure TForm1.Button1Cli...
How to check if a directory exists? procedure TForm1.Bu...
With the following function we can use the GetAliasParams me...
Thursday 15 Feb 2007 | Delphi Tutorial | Files