diff --git a/DiskUsageAnalyzer/FolderAnalyzer.cs b/DiskUsageAnalyzer/FolderAnalyzer.cs index fd73aeb..b1a013b 100755 --- a/DiskUsageAnalyzer/FolderAnalyzer.cs +++ b/DiskUsageAnalyzer/FolderAnalyzer.cs @@ -64,6 +64,10 @@ public void TraverseFolder( FolderItem root ) //If we cannot traverse further because of the directory access rules then stop. return; } + catch (PathTooLongException) + { + + } } //Calculates the size in bytes of a folder.