denied accessing path string[] list1 = Directory.GetFiles(C_Drive, *.exe, SearchOption.AllDirectorie
Hei all,
I am not able to iterate through my drive ... is it a security problem ? I already opened VS as Admin
ERROR Message:
Thanks in Advance for any Help 🙂
5 Replies
@mtreit ^^ sorry for pinging
That's normal
You will need to handle the exception and skip things you don't have access to.
That particular folder is not really a folder - it's a special "Junction Point" used by the OS.
ahh ok Thank you 🙂