Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
In your scenario I recommend you to use this approach:
Protected
Sub
Page_Load(
ByVal
sender
As
Object
,
e
EventArgs)
Dim
viewPaths
String
() =
New
() {
"~/ROOT"
}
If
Not
System.IO.Directory.Exists(Server.MapPath(viewPaths(0)))
Then
System.IO.Directory.CreateDirectory(Server.MapPath(viewPaths(0)))
End
' "~/ROOT" already exists
RadFileExplorer1.Configuration.ViewPaths = viewPaths