TreeView Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mel

    TreeView Control

    Can I set the MapPath to another drive? How do I do that? The drive
    is mapped on the server as "W:\". The code below does not work.

    rootFolder = Server.MapPath( "w:\groups\publ ic\common\")

    OR

    rootFolder = Server.MapPath( "\\MyServer\gro ups\groups\publ ic\common\")
Working...