H
Hazelrah
I posted this question on a different website but I didn't get a response
that worked.
If I run this code from my computers hard drive, C:\, it detects the
networked mapped drive, J:\, just fine:
Private Function FolderExists() As Boolean Return
My.Computer.FileSystem.DirectoryExists("J:\Template_Alpha\") End Function
' Outputs: True
But when I copy the same VB.NET project to the network mapped J:\ drive, the
output changes to False. The project is located in a different folder on the
J:\ drive and is not a sub folder of J:\Template_Alpha\.
I'm running VS 2008
Is there some kind of network permissions in Visual Studio I have to set to
get this code to work? I seem to remember there being a security setting
that will allow this code to work.
that worked.
If I run this code from my computers hard drive, C:\, it detects the
networked mapped drive, J:\, just fine:
Private Function FolderExists() As Boolean Return
My.Computer.FileSystem.DirectoryExists("J:\Template_Alpha\") End Function
' Outputs: True
But when I copy the same VB.NET project to the network mapped J:\ drive, the
output changes to False. The project is located in a different folder on the
J:\ drive and is not a sub folder of J:\Template_Alpha\.
I'm running VS 2008
Is there some kind of network permissions in Visual Studio I have to set to
get this code to work? I seem to remember there being a security setting
that will allow this code to work.