Add pgreadlink() on Windows to read junction points

Magnus Hagander <magnus@hagander.net>

Commit: db4d22d0eff091e96d92c82566c9e9d297040b93
Author: Magnus Hagander <magnus@hagander.net>
Date: 2011-01-09T14:09:19Z
Releases: 9.1.0
Add pgreadlink() on Windows to read junction points

Add support for reading back information about the symbolic
links we've created with pgsymlink(), which are actually
Junction Points. Just like pgsymlink() can only create directory
symlinks, pgreadlink() can only read directory symlinks.

Files

PathChange+/−
src/include/port.h modified +3 −0
src/port/dirmod.c modified +118 −0