Check If a Directory Exists
How to check if a directory exists?
procedure TForm1.Button1Click(Sender:TObject);
beginÂ
if DirectoryExists(’C:\Data’) then
beginÂ
ShowMessage(’Directory already exists’);
end;
end;
Partners: AAA Directory Abacus Directory A2Zdir.org A ...
You can use this tip to check if the Borland Database Engine...
This function used to get start menu directory. uses sh...
Get program directory. procedure TForm1.Button1Cli...
Get the current directory. procedure TForm1.Button...
Thursday 15 Feb 2007 | Delphi Tutorial | Files