Win32::IEFavorites::Item - Internet Explorer's Favorites item


Win32-IEFavorites documentation  | view source Contained in the Win32-IEFavorites distribution.

Index


NAME

Top

Win32::IEFavorites::Item - Internet Explorer's Favorites item

SYNOPSIS

Top

  use Win32::IEFavorites;

  my @items = Win32::IEFavorites->find;

  foreach my $item (@items) {
    print $item->url,"\n";
    print $item->modified->ymd,"\n";
  }

METHODS

Top

new

Creates an object.

path

Returns the path of the shortcut.

url

Returns the url of the shortcut.

modified

Returns a DateTime object for the modified time of the shortcut.

iconfile

Returns the icon file of the shortcut.

iconindex

Returns the icon index of the shortcut.

AUTHOR

Top

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Top


Win32-IEFavorites documentation  | view source Contained in the Win32-IEFavorites distribution.