JasonWMcB
New member
Hello everyone,
Thank you in advance for any help you can give me.
I am trying to use the My.Computer.FileSystem.FindInFiles methode to locate a file on my system. I can not seem to get around an UnathorizedAccessException exception. I am currently trying to step through my directory structure and determine if I (the running process) has access to the folder before attempting to perform a FindInFiles method against it.
I am currently having trouble on how to determine if I (the running process) has FileSystem.FullAccess rights to the directory.
Any suggestions on my current issue or my overall approch?
Thanks.
Thank you in advance for any help you can give me.
I am trying to use the My.Computer.FileSystem.FindInFiles methode to locate a file on my system. I can not seem to get around an UnathorizedAccessException exception. I am currently trying to step through my directory structure and determine if I (the running process) has access to the folder before attempting to perform a FindInFiles method against it.
I am currently having trouble on how to determine if I (the running process) has FileSystem.FullAccess rights to the directory.
Any suggestions on my current issue or my overall approch?
Thanks.