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
Set objFS = CreateObject("Scripting.FileSystemObject")
Set objFL = objFS.OpenTextFile(RootFolder&"\txtPoint.txt" ,2) objFL.write strValue objFL.Close Set objFS = Nothing
반응형
'프로그래밍 TIP > ASP' 카테고리의 다른 글
[ASP]사랑 가능성 테스트 (0) | 2010.06.29 |
---|---|
[ASP] MS-SQL DB 에서 필드 암호화 작업 (0) | 2010.02.18 |
[ASP] 한글 UNICODE 장난쳐 보기 (0) | 2009.02.25 |
[ASP] 게시판의 페이징 & 객체지향 흉내내기 (0) | 2008.07.08 |
[ASP] 클라언트에서 서버로 보내어지는 데이타를 확인하기 (0) | 2008.07.04 |