TreeView Control
am 02.04.2008 15:23:19 von MelCan 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\public\common\")
OR
rootFolder = Server.MapPath("\\MyServer\groups\groups\public\common\")