Table of Contents

GR0053: Do not use Get methods in System.IO.Directory

TitleDo not use Get methods in System.IO.Directory
IdGR0053
CategoryPerformance
Default SeverityWarning
Enabled By DefaultTrue
Description"Get" methods in System.IO.Directory can lead to performance issues when there are a large number of entries. Use "Enumerate" methods instead.
Custom Tags