The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mobile::P2kMoto::FS::FileInfo - file information for Motorola P2K phones

METHODS

id

  my $id = $info->id;

Returns an integer representing the internally-used id of the file.

name

  my $name = $info->name;

Returns the full path of the file.

size

  my $size = $info->size;

Returns the size in bytes of the file.

owner

  my $owner = $info->owner;

Returns an integer representing the owner of the file.

attributes

  my $attributes = $info->attributes;

Returns an integer representing the file attributes.

SEE ALSO

Mobile::P2kMoto, Mobile::P2kMoto::FS