# Functions
JoinAndResolveWithRelativeRoot joins an absolute relativeRoot base path with additional elements which have to be kept below the relativeRoot base.
JoinNoFollow joins the root path with the given additional path.
ListenUnixNoFollow safely creates a socket in user-owned path Since there exists no socketat on unix, first a safe delete is performed, then the socket is created.
NewFileNoFollow assumes that a real path to a file is given.
NewPathNoFollow is a convenience method to get out of a supposedly link-free path a safepath.Path.
OpenAtNoFollow safely opens a filedescriptor to a path relative to rootBase.
TouchAtNoFollow safely touches a file relative to rootBase.
UnlinkAtNoFollow allows deleting the specified file or directory (directory must be empty to succeed).