πFiles - NKS0014
Use Making.MakeFile()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
File.Create("test.txt");
}After the fix
Suppression
Recommendation
Last updated