Hi
I am trying to use the File Explorer to point view a folder on the server, the folder will be different for each user so I need to set the path at run time, I have tried the following code but I get the error :'D:/Testing/Project3_dev/' is a physical path, but a virtual path was expected.
Dim paths() As String = {"D:\Testing\Project3_dev", "\\LocalPath"}
Me.rfeServerFiles.Configuration.ViewPaths = paths
can anyone help please?
I am trying to use the File Explorer to point view a folder on the server, the folder will be different for each user so I need to set the path at run time, I have tried the following code but I get the error :'D:/Testing/Project3_dev/' is a physical path, but a virtual path was expected.
Dim paths() As String = {"D:\Testing\Project3_dev", "\\LocalPath"}
Me.rfeServerFiles.Configuration.ViewPaths = paths
can anyone help please?