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.
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.