childFile method

File childFile(
  1. String fileName
)

获取子文件

Implementation

File childFile(String fileName) => File(path.join(this.path, fileName));