ASP Close စက်ရုံး
အသုံးပြုခြင်း နှင့် အဆို
Close စက်ရုံး ဖွင့်ထားသော TextStream ဖိုင်ကို ပိတ်သိမ်းပါ
ပြဒ်ပေါ်ခြင်း
TextStreamObject.Close
အကြောင်းအရာ
<% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.WriteLine("Hello World!") f.Close set f=nothing set fs=nothing %>