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

NAME

Win32::Hardlink - Hardlink support on Windows

VERSION

This document describes version 0.02 of Win32::Hardlink, released September 25, 2004.

SYNOPSIS

    use Win32::Hardlink;
    link( 'from' => 'to' );

DESCRIPTION

This module implements the built-in link function for Microsoft Windows. Currently, it only works on NTFS filesystems.

SEE ALSO

Win32::Symlink

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2004 by Autrijus Tang <autrijus@autrijus.org>.

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

See http://www.perl.com/perl/misc/Artistic.html