saswat@gmail.com | 29 Aug 01:41
Picon

Re: Checking if the file is a symlink fails

On Aug 28, 3:11 pm, Christian Heimes <li...@cheimes.de> wrote:
> sas...@gmail.com 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


Gmane