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


Mobile-P2kMoto documentation Contained in the Mobile-P2kMoto distribution.

Index


Code Index:

NAME

Top

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

METHODS

Top

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

Top

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


Mobile-P2kMoto documentation Contained in the Mobile-P2kMoto distribution.

package Mobile::P2kMoto::FS::FileInfo;

use strict;
use warnings;

1;