站点图标 AI技术聚合

如何获知并显示文件的大小?

<%

Set MyFileSize = Server.CreateObject (“Scripting.FileSystemObject”)

MyPath = Server.MapPath(“/somedirectory”)

Set MyFolder = MyFileSize.GetFolder(MyPath)

%>

<p><% =MyPath %> is <% =MyFolder.Size %> bytes</p>

 xml:namespace prefix = o ns = “urn:schemas-microsoft-com:office:office” /??

    我们可以看到显示的样式如:Shenzhaoyang\Chunfeng\somedirectory is 66093625 bytes。

[1]

退出移动版