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
pgpvx4Jenw9So.pgp
Description: PGP signature
-- http://mail.python.org/mailman/listinfo/python-list