|
Displaying Source Code(s)
|
|
Root Function
--------------------------------------------------------------------------------
Description : The Root function returns a string representing
the root folder of the server
<%
Private Function Root()
Root = Server.MapPath("/")
End Function
%>
|
|
|