join method

String join(
  1. String dir
)

Implementation

String join(String dir) => path.join(this, dir);