Get Program Directory
Get program directory.
procedure TForm1.Button1Click(Sender: TObject);
begin
Edit1.Text := ExtractFilePath(Application.exename);
end;
Partners: AAA Directory Abacus Directory A2Zdir.org A ...
This function used to get start menu directory. uses sh...
Get the current directory. procedure TForm1.Button...
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