ASP TotalSize 属性

2018-09-16 18:22 更新

ASP TotalSize 属性


Drive 对象参考手册 完整的 Drive 对象参考手册

TotalSize 属性返回指定驱动器或网络共享的总字节数。

语法

DriveObject.TotalSize

实例

<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The total size in bytes is: " & d.TotalSize)
set d=nothing
set fs=nothing
%>

输出:

The total size in bytes is: 4293563392


Drive 对象参考手册 完整的 Drive 对象参考手册
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号