프로그래밍 TIP/ASP

[ASP] 파일 생성 / 정보 입력 / 저장

여름나라겨울이야기 2011. 10. 20. 21:29
728x90
Dim txtTemp, objFS, objFL
Set objFS = CreateObject("Scripting.FileSystemObject")
Set objFL = objFS.OpenTextFile(RootFolder&"\txtPoint.txt" ,2) objFL.write strValue objFL.Close Set objFS = Nothing
반응형