NAME

File::Information::Filesystem - generic module for extracting information from filesystems

VERSION

version v0.16

SYNOPSIS

use File::Information;

my File::Information::Filesystem $filesystem = $instance->for_link($path)->filesystem;

my File::Information::Filesystem $filesystem = $instance->for_handle($path)->filesystem;

Note: This package inherits from File::Information::Base.

This module represents a filesystem. A filesystem is the the stroage structure for inodes, hardlinks and maybe other types of objects.

METHODS

AUTHOR

Philipp Schafft <lion@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024-2025 by Philipp Schafft <lion@cpan.org>.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)