Hello,
I have a problem with the TOpenDialog on windows.
I am using the latest Lazarus (1.2.4).
When using
For I:= 0 to (OpenDialog1.Files.Count-1) do
begin
if not FileExists(OpendDialog1.FilesDialog.Files[I]) then ShowMessage(OpendDialog1.FilesDialog.Files[I]+' doesn''t exist.');
end;
FileExists returns false when the file does exist but contains a single quote : '