join method

String join(
  1. String path
)

Implementation

String join(String path) {
  return '$this${Platform.pathSeparator}$path';
}