The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Win32::ShellExt - Perl module for implementing extensions of the Windows Explorer

DESCRIPTION

This module is never used directly. You always subclass one of its sub-packages into your own package, then do a one-time invocation of the install() method on your package (to install the needed registry keys). There are 4 types of shell extensions that you can make: ColumnProvider (add new informative columns in the explorer), CopyHook (allow and disallow copying, moving or renaming shell objects), CtxtMenu (add commands to the contextual menu), QueryInfo (provide tooltips for specific file type).

EXPORT

None by default. None needed.

AUTHOR

Jean-Baptiste Nivoit <jbnivoit@hotmail.com>

SEE ALSO

perl.