childPath method

String childPath(
  1. String name
)

Implementation

String childPath(String name) => VPaths.join(path, name);