This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients brian.curtin, jaraco, ocean-city
Date 2010-11-07.12:38:54
SpamBayes Score 0.00026106267
Marked as misclassified No
Message-id <1289133550.24.0.241636716264.issue10027@psf.upfronthosting.co.za>
In-reply-to
Content
I found Win32 FileID API. With this library, it seems
we can use GetFileInformationByHandleEx before Vista.
We can get real file name and hard link count from handle.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=1DECC547-AB00-4963-A360-E4130EC079B8&amp;displaylang=en

I don't have a patch, but maybe it is worth to implement it.
History
Date User Action Args
2010-11-07 12:39:10ocean-citysetrecipients: + ocean-city, jaraco, brian.curtin
2010-11-07 12:39:10ocean-citysetmessageid: <1289133550.24.0.241636716264.issue10027@psf.upfronthosting.co.za>
2010-11-07 12:38:54ocean-citylinkissue10027 messages
2010-11-07 12:38:54ocean-citycreate