e2409894d9
This module provides a portable way to obtain filesystem disk space information. The module should work with all versions of Windows (95 and up), and with all flavors of Unix that implement the statvfs or the statfs calls. This would include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ... This module differs from Filesys::Df in that it has added support for Windows, but does not support open filehandles as a argument. Oked by joerg@
9 lines
442 B
Text
9 lines
442 B
Text
This module provides a portable way to obtain filesystem disk space
|
|
information.
|
|
|
|
The module should work with all versions of Windows (95 and up), and with all
|
|
flavors of Unix that implement the statvfs or the statfs calls. This would
|
|
include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
|
|
|
|
This module differs from Filesys::Df in that it has added support for
|
|
Windows, but does not support open filehandles as a argument.
|