targetFor method

String targetFor(
  1. String entryPath
)

The final resolved path where entryPath will be written.

Implementation

String targetFor(String entryPath) => _mapTarget(dest, into, entryPath);