cjinsocal581
Programmer
I need my VB.NET app to access a hidden share that is on the local network.
I then need to be able to list the folders on that hidden share.
Then, finally list the files within a selected folder using the GetFiles function.
Here is my path:
Private strPath As String = "\\10.1.1.106\cjdev$"
Now, I have been told to impersonate the credentials and I just do not know how to do that.
Any ideas would be greatly appreciated.
Regards,
CJ
I then need to be able to list the folders on that hidden share.
Then, finally list the files within a selected folder using the GetFiles function.
Here is my path:
Private strPath As String = "\\10.1.1.106\cjdev$"
Now, I have been told to impersonate the credentials and I just do not know how to do that.
Any ideas would be greatly appreciated.
Regards,
CJ