: "Bart"
To: "FPC-Pascal users discussions"
Sent: Monday, January 26, 2009 12:58 PM
Subject: Re: [fpc-pascal] EFCreateError' Unable to create file
On 1/26/09, vmars wrote:
Double quotes are ok in windows.
Check your system for any ShortCut aimed at "c:\Program
On 1/26/09, vmars wrote:
> Double quotes are ok in windows.
> Check your system for any ShortCut aimed at "c:\Program Files".
> And you'll see double quotes.
I know, but that is not what I meant by saying that double quotes are
not allowed in the filename. By that I meant they are not allowed a
y, January 25, 2009 5:36 AM
Subject: Re: [fpc-pascal] EFCreateError' Unable to create file
>Try
>Memo1.Lines.SaveToFile(ExecuteName);
>Except ShowMessage('Shoots, couldnt SaveToFile!');
>end;
>
> [Project
vmars schreef:
(Lazarus-0.9.26-fpc-2.2.2-win32.exe) winXP sp2
I am trying to SaveToFile a Memo1 to disk.
But can't seem to get it to work.
Is there a known bug?
Try
Memo1.Lines.SaveToFile(ExecuteName);
Except ShowMessage('Shoots, couldnt SaveToFile!');
> >Try
> >Memo1.Lines.SaveToFile(ExecuteName);
> >Except ShowMessage('Shoots, couldnt SaveToFile!');
> >end;
> >
> > [Project raised exception class 'EFCreateError' with message:
> > Unable to create file
> > ""C:lazarusfpc2.2.2bini386-win32De
On Sat, 24 Jan 2009, vmars wrote:
> (Lazarus-0.9.26-fpc-2.2.2-win32.exe) winXP sp2
> I am trying to SaveToFile a Memo1 to disk.
> But can't seem to get it to work.
> Is there a known bug?
>
>Try
>Memo1.Lines.SaveToFile(ExecuteName);
>Except ShowMessage('Shoot