child method

File child(
  1. String name
)

Implementation

File child(String name) {
  return File(join(path, name));
}