subFile method

File subFile(
  1. String subFilePath
)

Implementation

File subFile(String subFilePath) => File(path_tool.join(path, subFilePath));