Latest web development tutorials

immobili ASP TotalSize

Unità Object Reference Completa unità oggetto di riferimento

Il numero totale di byte TotalSize proprietà restituisce la quota di unità o di rete specificata.

grammatica

DriveObject.TotalSize

Esempi

<%
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


Unità Object Reference Completa unità oggetto di riferimento