What is the Microsoft Windows equivalent of Python 2.7 os.statvfs(pathname).f_avail for Linux? This counts the number of free inodes. In Windows, this would be the number of free MFT entries, or how many files can be created in the path.
I am looking for something that works with Python 2.7 with NTFS and FAT32.