subDirectory method

Directory subDirectory(
  1. String subDirectoryPath
)

Implementation

Directory subDirectory(String subDirectoryPath) =>
    Directory(path_tool.join(path, subDirectoryPath));