On Aug 28, 3:11 pm, Christian Heimes <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > File symLinkTest is a symbolic link.
>
> > Why S_ISLNK(mode) returns False and S_ISREG(mode) returns True ?
>
> Because you are using os.stat() instead of os.lstat().
>
> http://docs.python.org/lib/os-file-dir.html
>
> Christian

Do you mean the following is deprecated ?
http://docs.python.org/lib/module-stat.html

>From the documentation -

S_ISLNK( mode)
    Return non-zero if the mode is from a symbolic link.

Thanks
-Saswat
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to