subdir method

Directory subdir(
  1. String name
)

Implementation

Directory subdir(String name) {
  return Directory(join(path, name));
}