어떻게 파일 의 크기 를 알 고 표시 합 니까?

<%Set MyFileSize = Server.CreateObject ("Scripting.FileSystemObject")MyPath = Server.MapPath("/somedirectory")Set MyFolder = MyFileSize.GetFolder(MyPath)%>

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

     우 리 는 Shenzhaoyang\Chunfeng\somedirectory is 66093625 bytes 와 같은 디 스 플레이 스타일 을 볼 수 있 습 니 다.[1]

좋은 웹페이지 즐겨찾기