_make_symlinks
Make Symlinks according to the specified configuration $rah_params => [ { symlink => "some/path", target => "some/other/path", }, ... ]
_ensure_path
Given a path to a file, makes sure that the path to its parent directory exists. If not, this directory is created.