… for more information about reparse points, junction points, volume mount points, symbolic links on NTFS drive (“reparse points” is the generic term for all of them) led me to write a tool called looklink
. I put it into the PUBLIC DOMAIN in order to allow others to make use of the CReparsePoint
class. The CSimpleBuf
class was merely used for convenience, but could be easily replaced by new
/delete[]
or any other approach. (obsolete as of 2010-01-27)
The tool itself may only be of limited use to the average user, but it allows to get some insight into the innards of reparse points, although the exposed feature set is relatively limited. The class itself, however, allows for a little more …
// Oliver
Download: looklink.zip (approx. 90 KiB)
REDISTRIBUTION TERMS: The source is of course included. The whole package is released into the PUBLIC DOMAIN. Disclaimer: This software is provided ‘as-is’, without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software.
NOTE: The SimpleBuffer.h
has its own license and is not released into the public domain, since I do not own the copyright for it! It is available under the BSD license. (obsolete as of 2010-01-27)
Update #1: see the comment section for details.
To the extent possible under law,
Oliver Schneider
has waived all copyright and related or neighboring rights to
looklink tool and CReparsePoint class.