To find out where the reprocessing points are (or “join points” if you want):
dir /a:l /b > myjunctions.txt
Will show all reprocessing points in the current directory. You can add / s, but be careful that the reprocessing points inside the reprocessing points will also be specified.
Suppose myjunctions.txt contains the string x: \ subdir \ foo. To remove it, you release
fsutil reparsepoint "x:\subdir\foo"
And howl! Your connection point is missing, and the source directory is not touched!
fernacolo
source share