[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaCurl on Windows
- From: "Jeff Pohlmeyer" <yetanothergeek@...>
- Date: Tue, 11 Sep 2007 10:39:44 -0500
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?