jbe/bsw@0: --[[-- jbe/bsw@0: path = -- path to directory of application with trailing slash jbe/bsw@0: request.get_app_basepath() jbe/bsw@0: jbe/bsw@0: This function returns the path to the base directory of the application. A trailing slash is always included. jbe/bsw@0: jbe/bsw@0: --]]-- jbe/bsw@0: jbe/bsw@0: function request.get_app_basepath() jbe/bsw@0: return request._app_basepath jbe/bsw@0: end