Popular recipes by Cimarron Taylor http://code.activestate.com/recipes/users/1250863/2003-07-06T02:05:21-07:00ActiveState Code RecipesCompute relative path from one directory to another (Python) 2003-07-06T02:05:21-07:00Cimarron Taylorhttp://code.activestate.com/recipes/users/1250863/http://code.activestate.com/recipes/208993-compute-relative-path-from-one-directory-to-anothe/ <p style="color: grey"> Python recipe 208993 by <a href="/recipes/users/1250863/">Cimarron Taylor</a> (<a href="/recipes/tags/files/">files</a>). </p> <p>Suppose your application needs to know the relative path from one path to another (say because you want to create a symbolic link, a relative reference in a URL, etc). These functions may be of help.</p>