
Win32::Symlink - Symlink support on Windows

This document describes version 0.05 of Win32::Symlink, released October 24, 2011.

use Win32::Symlink;
# Assuming D: is a NTFS volume...
mkdir 'D:\from';
symlink( 'D:\from' => 'D:\to' );
print readlink( 'D:\to' ); # 'D:\from'
rmdir 'D:\from', 'D\to';

This module implements the built-in symlink and readlink functions for Microsoft Windows. Currently, it only works on NTFS filesystems.


åé³³ <cpan@audreyt.org>

To the extent possible under law, åé³³ has waived all copyright and related or neighboring rights to Win32-Symlink.
This work is published from Taiwan.