I'm suffering some strange issue, guessing that the function fileexist will not work 100 % stable,
if I check for filenames with several spaces ....
filenamestr := 'my report from home.csv'
if fileexists () then
begin
....
end
else
begin
.....
end;
on some computers, some folders, ... this seems to work, other computer and folder structure this call fails ....