joinWithGoodName static method

String joinWithGoodName(
  1. String p,
  2. String name
)

Implementation

static String joinWithGoodName(String p, String name) {
  return Path(p).child(NodeNamer.createName(name)).path;
}