Closed MIAIONE closed 1 year ago
os.statvfs is only available on Unix-like systems
"statvfs = wrap(os.statvfs)" does not check if the operating system supports this operation. On Windows, this feature does not exist.
Duplicate of #171
os.statvfs is only available on Unix-like systems
"statvfs = wrap(os.statvfs)" does not check if the operating system supports this operation. On Windows, this feature does not exist.