string dllcache = Environment.SystemDirectory + "\\dllcache\\"; string[] dosyalar2 = Directory.GetFiles(dllcache, "*.sys", SearchOption.AllDirectories); foreach (string dosya2 in dosyalar2) { listBox2.Items.Add(dosya2); }