Would os.path.abspath(request.folder) work as well? It works on Windows 
(actually, request.folder itself appears to be the absolute path on 
Windows).

Anthony

On Tuesday, December 13, 2011 2:04:09 PM UTC-5, Ross Peoples wrote:
>
> I've never used GAE before, but you would normally get the absolute path 
> to web2py using something like this:
>
> import os
> from gluon.settings import global_settings
>
> web2py_path = os.path.join(global_settings.applications_parent, 
> request.folder)
>
> Hope that helps.
>

Reply via email to