Creates the directory where the Rd files should be saved.

## Static method (use this):
## Rdoc$createManPath(...)

## Don't use the below:
# S3 method for class 'Rdoc'
createManPath(this, ...)

Arguments

...

Not used.

Value

Returns TRUE if the directory was creates, FALSE if it already exists and throws an Exception if failed.

Author

Henrik Bengtsson

See also

*getManPath() For more information see Rdoc.