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