-
-
Notifications
You must be signed in to change notification settings - Fork 815
Add a resolvePath or absPath function #2681
Copy link
Copy link
Labels
area: templatingChanges related to the templating engine.Changes related to the templating engine.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.state: awaiting responseWaiting for issue author to respond.Waiting for issue author to respond.
Metadata
Metadata
Assignees
Labels
area: templatingChanges related to the templating engine.Changes related to the templating engine.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.state: awaiting responseWaiting for issue author to respond.Waiting for issue author to respond.
Type
Fields
Give feedbackNo fields configured for feature.
Description
Current function templates do not allow someone to resolve a path like like FOO=/foo/bar/zzz with
...I looked at relPath and the other path related functions but I found none that can resolve paths (ideally even resolving symlinks).
Current workaround is to rely on bash to do it.