Hi there,
Đây là code của mk:
foreach (string path in Directory.GetFiles("D:\\test"))
{
listBox1.Items.Add(path);
}
trong folder test có khoảng 10000 files, làm sao để khi debug, app ko bị not responding nhỉ
mong các bn giúp vs
thanks:smiling_face_with_three_hearts: