HttpDaemon$appendRootPaths: Appends and inserts new paths to the list of known root directories
Description
Appends and inserts new paths to the list of known root directories, if started.
Usage
## Static method (use this):
## HttpDaemon$appendRootPaths(paths, ...)## Don't use the below:
# S3 method for HttpDaemon
appendRootPaths(static, paths, ...)
Value
Returns (invisibly) the previously known root directories.
Arguments
- paths
A vector
of paths.
- ...
Not used.
See Also
*getRootPaths()
For more information see HttpDaemon
.