* fix path joining behavior where path.join('', 'a') incorrectly returns "/a" instead of "a" (#13313) * Clean up --------- Co-authored-by: Tony <legendmastertony@gmail.com>