Tim Golden <m...@timgolden.me.uk> added the comment:

All we need to do is check the FILE_ATTRIBUTE_REPARSE_POINT
in the file attributes. Frustratingly, we grab file attributes
a dozen times in posixpath.c only to throw most of it away.

Is there a case for adding an "attributes" function to os.path
which exposes the full file attributes on Windows, and its
posix equivalent if there is one? This could then be used
in the ismount function currently implemented in ntpath.py.

----------
title: os.path.ismount on windows doesn't support windows mount points -> 
os.path.ismount on windows doesn't support windows mount      points

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9035>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to