ASP FileSystem ÊôÐÔ
¶¨ÒåºÍÓ÷¨
FileSystem ÊôÐÔ·µ»ØÖ¸¶¨µÄÇý¶¯Æ÷ËùʹÓõÄÎļþϵͳ¡£
´ËÊôÐÔ¿É·µ»ØÏÂÁеÄÖµ£º
- FAT - ¿ÉÒÆ¶¯Çý¶¯Æ÷
- CDFS - CD-ROM Çý¶¯Æ÷
- FAT, FAT32 »ò NTFS - ÔÚ Windows 2000 »ò Windows NT ÉϵÄÓ²ÅÌÇý¶¯Æ÷
- FAT »ò FAT32 - ÔÚ Windows 9x ÉϵÄÓ²ÅÌÇý¶¯Æ÷
Óï·¨£º
DriveObject.FileSystem
ʵÀý
<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The file system in use is: " & d.FileSystem
)
set d=nothing
set fs=nothing
%>
Êä³ö£º
The file system in use is: FAT