Tagged Questions

2
votes
4answers
1k views

How to handle exception when Directory.GetFiles() throws an exception when it finds a file name it does not “like”?

On a Vista machine with the valid path C:\Users\David, calling Directory.GetFiles(@"C:\Users\David") throws the following ArgumentException when run as the David user, who can view the contents of the ...