πFiles - NKS0011
Use Listing.GetFileSystemEntries()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
string[] files = Directory.GetFileSystemEntries(PathsManagement.AppDataPath);
}After the fix
Suppression
Recommendation
Last updated