ASP Attributes အချက်အလက်
ဒီခေါင်စာအုပ်အချက်အလက်
Attributes အချက်အလက် ကို ဖိုင်သို့မဟုတ် ဖွဲ့စည်းအချက်အလက် အချက်အလက် ကို သတ်မှတ်သွင်းသို့မဟုတ် မထုတ်ပေးသည်။
ပြောဉ်ပုံ
FileObject.Attributes[=newattributes] FolderObject.Attributes[=newattributes]
ပါဝင်သည် | ဖော်ပြ |
---|---|
newattributes |
အခွင့်အရေးပါသော်လည်း။ ဖိုင်သို့မဟုတ် ဖွဲ့စည်းအချက်အလက် အချက်အလက်များ ကို ချမှတ်သည်။ သို့မဟုတ် သို့မဟုတ် အရေအတွက် တခုခု သို့မဟုတ် အရေအတွက် ပေါင်းစုပေါင်း
|
အမှတ်
<% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.GetFile("c:\test.txt") Response.Write("ဖော်ပြသော ဖိုင်အချက်အလက်များ: ") Response.Write(f.Attributes) set f=nothing set fs=nothing %>
ထုတ်ပေးသွားသည်:
ဖိုင်အခြေအနေတွင်: 32