I can&#39;t seem to find a path function that deals with environment variables. Is there some variant of cleanse-path that resolves environment variables first?<div><br></div><div>Concretely, I have an environment variable $WORKSPACE that tells where I&#39;m operating from. The result of (getenv &quot;WORKSPACE&quot;) is the correct absolute path, but (build-path &quot;$WORKSPACE&quot; ...) doesn&#39;t resolve the variable, so my filesystem commands are failing.</div>

<div><br></div><div>Thanks.</div>