file method

File file(
  1. List<String> paths
)

Get a file according to the relative path to package root.

Implementation

File file(List<String> paths) => File(joinAll([root.path, ...paths]));