On Mar 20, 2012, at 6:54 AM, weheh wrote:
> 
> Ah ... never mind. This seems to be a "\" quoting problem, but one
> I've never encountered before. It's biting me in an ajax callback
> routine. It looks like I may have to quote a bunch of "\"s and now I'm
> just trying to figure out how many I have to quote.

Can't you use '/'? Or translate to '/'?

> 
> On Mar 20, 9:41 pm, weheh <[email protected]> wrote:
>> I'm seeing an odd behavior ... request.folder has lost all the "/"
>> marks in the path.
>> 
>> During page load, request.folder has the proper "/" marks, as in:
>> 
>>     N:/web2py/applications/myapp
>> 
>> but later, during a callback script, the "/" marks have been stripped,
>> as in:
>> 
>>     N:web2pyapplicationsmyapp
>> 
>> In between, I can't find anywhere that I touched it.
>> 
>> Anyone have any thoughts about what could possibly be causing that?


Reply via email to