Latest web development tutorials

propriété ASP TotalSize

Disque Object Reference Entraînement Object Référence complète

Le nombre total d'octets TotalSize propriété renvoie le lecteur ou un partage réseau spécifié.

grammaire

DriveObject.TotalSize

Exemples

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


Disque Object Reference Entraînement Object Référence complète