Microsoft
Software
Hardware
Network
Question : Check ik file exist
Dear experts,
I have this to load and save the 3 listviews to file.
procedure TMainForm.FormClose(Sender
: TObject; var Action: TCloseAction);
begin
SaveListViewToFile(lstvGlu
cose, 'Glucose.sav');
SaveListViewToFile(lstvBol
us, 'Bolus.sav');
SaveListViewToFile(lstvFoo
dDB, 'FoodDB.sav');
end;
(*------------------------
----------
----------
-------*)
procedure TMainForm.FormCreate(Sende
r: TObject);
begin
LoadListViewToFile(lstvGlu
cose, 'Glucose.sav');
LoadListViewToFile(lstvBol
us, 'Bolus.sav');
LoadListViewToFile(lstvFoo
dDB, 'FoodDB.sav');
end;
But when I start my application the first time the files doesn't exits yet.
so, I get 3 times a error message. How can I prevent this.
That the programm first look if the fileexist otherwist create it.
P
Answer : Check ik file exist
Founded solution is very creative, but by default the files will be saved in (or loaded from) applications folder therefore
ExtractFilePath(Applicatio
n.ExeName)
is unnecessary.
Random Solutions
Win Form User Interface Designing Help
Trouble Accessing Values in Multidimensional Array
Combination Chart
Difference between CD-R and CD+R
Parts of XP in foreign language
Excel 2010 - How can I streamline this code
antimalware hidden in a file- PUA.Packed.ASPack
virtual machin backup
Faster network check
Chi Square Calculation in SPSS, Excel, or ACCESS