getPath.HttpDaemonResponse {R.httpd}R Documentation

Gets the path of the directory of the current response

Description

Gets the path of the directory of the current response.

Usage

## S3 method for class 'HttpDaemonResponse':
getPath(this, ...)

Arguments

... Not used.

Value

Returns a character string, or NULL for the current working directory.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see HttpDaemonResponse.


[Package R.httpd version 0.1.1 Index]