πFiles - NKS0012
Use Copying.CopyFileOrDir()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
File.Copy("test.txt", PathsManagement.AppDataPath);
}After the fix
Suppression
Recommendation
Last updated