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...
object.FileSystem object 應為Drive 對象的名稱。說明可用的返回類型包括 FAT、NTFS 和 CDFS。以下代碼舉例說明如何使用 FileSystem 屬性:Function ShowFileSystemType(drvspec) Dim fso,d, s Set fso = CreateObject("Scripting.FileSystemObject") Set d = fso. GetDrive(drvspec) ShowFileSystemType = d.File...
object.FileSystem object 應為Drive 對象的名稱。 說明 可用的返回類型包括 FAT、NTFS 和 CDFS。 以下代碼舉例說明如何使用 FileSystem 屬性: Function ShowFileSystemType(drvspec) Dim fso,d, s Set fso =CreateObject("Scripting.FileSystemObject") Set d =fso. GetDrive(drvspec) ShowFileSystemType =d.Fil...