Would Process.Commandline:='createfile /directory/joe''s file.ext';
produce the desired result?

On Thu, 2006-09-07 at 17:37 +0200, Sebastian Kraft wrote:
> Hello...
> 
> Process.Commandline:='createfile "/directory/joe's file.ext"';
> Process.execute;
> 
> the executed command produces a file called /directory/joes file.ext
> 
> The same command from bash gives the right filename including the apostrophe.
> ($createfile "/directory/joe's file.ext")
> 
> So it looks like it got lost inside TProcess.
> Can you help?
> 
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives
> 


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to