Skip to contents

Returns a path starting with the contents of the base_dir key in config.yml.

Usage

pth(subdir_or_key, ...)

Arguments

subdir_or_key

Interpreted as key in config.yml; if key is not present in config.yml, will be treated as subdirectory of base_dir. Will be created if it does not exist.

...

Path elements to be appended to path set in base_dir in config.yml. Each "dot" can have length > 1, in which case the path contains all combinations of elements.

Value

a path, character with length = product of length of all ... params.