When viewing the sizes of folders, I almost always want to know the size of just the files that are actually under that folder. I want the calculation to ignore subfolders that are symbolic links or junctions, rather than real child folders. Otherwise, when using such links, I get false reports of the size, and totals that are more than the actual bytes used on my disk. (Note: I'm not asking to ignore hard links, since it's not possible to detect "original" hard link files. Just sym links, junctions, and shortcuts.)
Thanks!