NAME
Sys::Export::ISO9660::Directory - Represents a case-folded directory in ISO9660
CONSTRUCTORS
new
$file= Sys::Export::ISO9660::Directory->new(%attributes);
Represents file (or directory) data to be encoded into the ISO image.
ATTRIBUTES
joliet_file
Unlike Files, Directories get encoded twice, once with a short filename and again with a long unicode filename. The directory short-name encoding is stored in file and the joliet encoding is stored in joliet_file.
VERSION
version 0.005
AUTHOR
Michael Conrad <mike@nrdvana.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Michael Conrad.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.