NAME
File::Information::Filesystem - generic module for extrating information from filesystems
VERSION
version v0.02
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
Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)