relativePath property

String get relativePath

Relative path from execution root.

Implementation

String get relativePath => p.relative(path, from: executionRoot);