lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 9/11/07, Luc1an0 <luc1an0@free.fr> wrote:

> > > local f=io.open("X:\My\certificate\file.crt")

> >  Maybe you need to escape the backslashes?
> >  c:setopt(curl.OPT_SSLCERT,"X:\\My\\certificate\\file.crt")

> It was the first way I've tried because my program will be a NT service
>  So I have to use absolute path.

I guess I don't understand -
You must use absolute path, but you can't escape (double) the backslashes?