NAME
File::Information::Link - generic module for extrating information from filesystems
VERSION
version v0.01
SYNOPSIS
use File::Information;
my File::Information $instance = File::Information->new(%config);
my File::Information::Link $link = $instance->for_link($path);
METHODS
inode
my File::Information::Inode $inode = $link->inode;
Provide the inode object for the current link.
filesystem
my File::Information::Filesystem $filesystem = $link->filesystem;
Proxy for "filesystem" in File::Information::Inode.
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)