πFiles - NKS0023
Use Filesystem.NeutralizePath()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
string path = Path.GetFullPath("test.txt");
}After the fix
Suppression
Recommendation
Last updated