dir method

Directory dir(
  1. String name
)

Implementation

Directory dir(String name) {
  return Directory(this + name);
}