NAME

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

SYNOPSIS

use Win32::IEFavorites;

my %files = Win32::IEFavorites->files;

foreach my $file (values %files) {
  print $file->url,"\n";
}

METHODS

new

Creates an object.

path

Returns the path of the shortcut.

url

Returns the url of the shortcut.

modified

Returns the modified time of the shortcut.

iconfile

Returns the icon file of the shortcut.

iconindex

Returns the icon index of the shortcut.

AUTHOR

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Kenichi Ishigaki

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.