Javascript String join(target)
String.prototype.join = function (target) { return path.join(this.toString(), target); };