πFiles - NKS0017
Use Removing.RemoveDirectory()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
Directory.Delete("test");
}After the fix
Suppression
Recommendation
Last updated