Configuring ViewPaths telerik RadFileExplorer in .net

how can i set ViewPaths from RadFileExplorer to computer root. those. I have 2 drives (c and d) and I want to view both of them in RadFileExplorer.
what value should I set ViewPaths to ??

+2


a source to share


1 answer


File explorer only works with folders in the web application by default - you cannot set the physical path directly, only the relative paths of the application (i.e. starting with ~ /).



If you want to use the physical path, you need to use a different content provider for the RadFileExplorer control. See http://www.telerik.com/support/kb/aspnet-ajax/fileexplorer/physical-paths-and-different-content-types.aspx for details .

+1


a source







All Articles