Skip to content
Prev 199376 / 398503 Next

Is there a function that can test if a path is in a directory or one of its sub-directory (recursively)?

On Fri, Nov 6, 2009 at 12:49 AM, Gabriel Genellina
<gagsl-py2 at yahoo.com.ar> wrote:
Just to add one more comment. There are other corner cases where there
is a symbolic link in the path. 'abspath()' may not be good for the
corner cases.