Najnowsze tutoriale tworzenie stron internetowych
 

ASP DriveLetter Property


<Pełna Object Reference Napęd

Nieruchomość LiteraDysku zwraca jedną wielką literę, która identyfikuje dysk lokalny lub udział sieciowy.

Składnia

DriveObject.DriveLetter

Przykład

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

Output:

The drive letter is: C

<Pełna Object Reference Napęd