NAME
File::Information::Deep - generic module for extracting information from filesystems
VERSION
version v0.06
SYNOPSIS
use File::Information;
my File::Information::Deep $deep = $obj->deep;
# ...
Note: This package inherits from File::Information::Base.
This package allows for deep inspection of files. This permits to read data directly from files, not just external metadata (such as filesystem attributes). This however comes at the price of performance.
Note: If you want to use data from deep inspection, you need to load this object (by calling $obj->deep
) before calling any "get" in File::Information::Base or similar methods.
METHODS
parent
my File::Information::Base $parent = $editor->parent;
Returns the parent that was used to create this object.
AUTHOR
Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024-2025 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)