frossm/dirsize

Skip symbolic links which is causing double counting

Closed this issue · 2 comments

Skip symbolic links which is causing double counting

Need to test in linux. .isSymbolicLink() seems to work in linux with some quick testing, but doesn't seem to work in Windows. More testing needed.

Just tested. Works well in Linux where the links have a background color of green. It still counts, but it's obvious they are different than the others. Windows does not return isSymbolicLink() correctly. I'm going to close this for now and will reopen if it I find a better way to do this.