Najnowsze tutoriale tworzenie stron internetowych
 

ASP VolumeName Property


<Pełna Object Reference Napęd

Zestawy własności NazwaWoluminu lub zwraca nazwę woluminu z określonym dysku.

Składnia

DriveObject.VolumeName[=newname]

Parametr Opis
newname Opcjonalny. Określa nową nazwę określonego napędu

Przykład

<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The volume name is: " & d.VolumeName)
set d=nothing
set fs=nothing
%>

<Pełna Object Reference Napęd