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