6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
<%
|
|
Set MyFileSize = Server.CreateObject ("Scripting.FileSystemObject")
|
|
MyPath = Server.MapPath("/")
|
|
Set MyFolder = MyFileSize.GetFolder(MyPath)
|
|
%>
|
|
<p><% =MyPath %> is <% =MyFolder.Size %> bytes</p> |