mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9d9ba9300a
Sys::Filesystem is intended to be a portable interface to list and query filesystem names and their properties. At the time of writing there were only Solaris and Win32 modules available on CPAN to perform this kind of operation. This module hopes to provide a consistant API to list all, mounted, unmounted and special filesystems on a system, and query as many properties as possible with common aliases wherever possible. WWW: http://search.cpan.org/dist/Sys-Filesystem/ PR: ports/98307 Submitted by: pirzyk
11 lines
526 B
Plaintext
11 lines
526 B
Plaintext
Retrieve list of filesystems and their properties
|
|
|
|
Sys::Filesystem is intended to be a portable interface to list and query
|
|
filesystem names and their properties. At the time of writing there were
|
|
only Solaris and Win32 modules available on CPAN to perform this kind of
|
|
operation. This module hopes to provide a consistant API to list all,
|
|
mounted, unmounted and special filesystems on a system, and query as
|
|
many properties as possible with common aliases wherever possible.
|
|
|
|
WWW: http://search.cpan.org/dist/Sys-Filesystem/
|