I have an problem and I need help , I want to get all files in Temp directory . Im using this code but it doesn't work at all :| It doesn't get files from folders. I appreciate any help :)
For Each File In Directory.GetFiles("C:\Windows\Temp")
MsgBox(File)
Next