Creates an absolute, platform-appropriate path that is equivalent to the value of 'path', appended to the base path. This function (despite its name) can accept an absolute or relative path in the 'path' attribute.
expandPath(path)
→ returns string
expandPath("./")
expandPath("../")
expandPath("path/to/subfolder")