|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
access to path ' ' is denied when using createdirectory()I am pretty new to VB.Net, but I am in the process of creating an app
that will force a folder to create, along with its subdirectories, when it doesn't exist. Every time I run the following code "Call Directory.CreateDirectory(<path.)" I get "access to the path "<path>" is denied". The folder I am trying to create is on a separate serverwith access controlled by a domain group. My account is in a domain group with update access. I can create the folder manually. I tried using impersonation functionality, but that doesn't seem to work either. Can anyone give me any assistance?? Thanks!! |
|||||||||||||||||||||||