Topic: FileExists bug ? MVD version 4.6

Function FileExists does not detect file exist, always File not  exists !!!

procedure frmMain_Button2_OnClick (Sender: TObject; var Cancel: boolean);
begin
    if FileExists('C:\Users\1.txt') then ShowMessage('FileExists') else ShowMessage('File not exists');
end;

Regards,

Pierre P

Re: FileExists bug ? MVD version 4.6

Hello Pierre

It's works fine for me with MVD 4.7beta_02102018.
(Before I download each official version of MVD, so I call every modification to
beta versions of MVD :number of version and date of download).

JB

Re: FileExists bug ? MVD version 4.6

Ok

If the name have character like é , FileExists function does not detect the file. I rename the file name.
Ok now smile and smile

Regards,

Pierre P.