relativePath property
String
get
relativePath
Relative path from execution root.
Implementation
String get relativePath => p.relative(path, from: executionRoot);
Relative path from execution root.
String get relativePath => p.relative(path, from: executionRoot);