πFiles - NKS0013
Use Making.MakeDirectory()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
Directory.CreateDirectory("test");
}After the fix
Suppression
Recommendation
Last updated