Hi,
Is it possible to use backgroundworker for method instead of controls?
Somehow this statement will take a long time to execute > Directory.GetFiles("C:\", "*", SearchOption.AllDirectories
Please advise.
Thanks
Is it possible to use backgroundworker for method instead of controls?
Somehow this statement will take a long time to execute > Directory.GetFiles("C:\", "*", SearchOption.AllDirectories
Code:
For Each filename As String In Directory.GetFiles("C:\", "*", SearchOption.AllDirectories)
'...
Next
Please advise.
Thanks