AppleII-LibA2
view release on metacpan or search on metacpan
lib/AppleII/ProDOS.pm view on Meta::CPAN
Gets or sets the access attributes. This is a bitfield with the
following entries:
0x80 File can be deleted
0x40 File can be renamed
0x20 File has changed since last backup
0x02 File can be written to
0x01 File can be read
Normal values are 0xC3 or 0xE3 for an unlocked file, and 0x01 for a
locked file.
=item $auxtype = $entry->auxtype([$new])
Gets or sets the auxiliary type. This is a number between 0x0000 and
0xFFFF. Its meaning depends on the filetype.
=item $creation_date = $entry->created([$date])
Gets or sets the creation date and time in ProDOS format.
( run in 0.438 second using v1.01-cache-2.11-cpan-49f99fa48dc )