Displaying 2 results from an estimated 2 matches for "autrijus".
2005 Feb 26
7
Symlinks for Windows
Hi all,
Dave Burt mentioned the possibility of adding symlinks
to the Dir class.
http://www.sysinternals.com/ntw2k/source/misc.shtml#junction
There is also Autrijus Tang''s symlink Perl module at
http://search.cpan.org/~autrijus/Win32-Symlink-0.04/
Looks easy enough, but it only seems to work for
directories, not regular files. Should we add this to
the Directory class, or simply define it for the File
class with a big warning sticker? The former se...
2004 Oct 11
2
symlinks
Hi all,
I noticed Autrijus Tang released a Win32::Symlink Perl module. Looking at
the source, it appears that he''s borrowed some code from Tcl and Postgres.
Perhaps we should steal that.
What do you think?
Dan