os.stat('<filename>')[stat.ST_INO] on Windows

jepler at unpythonic.net jepler at unpythonic.net
Sun Feb 27 16:51:38 EST 2005


On Sun, Feb 27, 2005 at 10:16:34PM +0100, Patrick Useldinger wrote:
> What does the above yield on Windows? Are inodes supported on Windows 
> NTFS, FAT, FAT32?

Refer to the operating system documentation (msdn.microsoft.com?).  os.stat is
mostly a wrapper around whatever the OS provides.  A quick glance at Python
source code shows that maybe _stati64() or _wistat64() is the actual function
used on windows.

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050227/0407616a/attachment.sig>


More information about the Python-list mailing list