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