Re: [GnuWin32-Users] How does coreutils/stat calculate an inode on win32 filesystems?

2005-04-15 Thread Torsten Kurbad
Hi Kees, On Thursday, April 14, 2005 at 8:23:33 PM, Kees Zeelenberg wrote: Basically, the GnuWin32 implementation of stat uses as inode number the FileIndex from the BY_HANDLE_FILE_INFORMATION structure returned by the Win32 API function GetFileInformationByHandle

[GnuWin32-Users] How does coreutils/stat calculate an inode on win32 filesystems?

2005-04-14 Thread Torsten Kurbad
Hello, we are having a weird problem here: While developing a portable python application (runs on Linux, MacOS X, and Win32) we came across the fact, that the MS Visual C libraries always return 0 as inode value for statbuf-st_ino (and so does python). Nevertheless, the stat command of the win32