dev  

Re: svn commit: r679630 - in /apr/apr/trunk: CHANGES file_io/unix/copy.c file_io/win32/open.c include/apr_file_io.h test/testfilecopy.c

William A. Rowe, Jr.
Thu, 24 Jul 2008 20:45:47 -0700

Tom Donovan wrote:

After a few small changes to the win code, apr_file_link() now works fine on windows. Hardlinks require an NTFS filesystem on windows and are seldom encountered, but they work just as on unix.

I pended this patch because I was thinking about the softlink side.  We
can create junctions on NTFS facilitating soft links on all, the only
sad bit is that they work on windows only for directories, not for files.