Skip to content

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

1 message · Peng Yu

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