operator + method

String operator +(
  1. String name
)

Implementation

String operator +(String name) {
  return "${this.path}/$name";
}