πFiles - NKS0019
Use Checking.FolderExists()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
Directory.Exists("test");
}After the fix
Suppression
Recommendation
Last updated