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