반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Android
- Unity
- xamarin
- 커피풍미
- shared
- 아라비카
- 자마린
- xamarin.android
- NGUI
- 에스프레소
- 커피
- 로부스타
- 커피블로그
- KnockoutJS
- ServerVariables
- 제주도
- 함수
- fso
- vbscript
- KO
- Classic ASP
- 태그를 입력해 주세요.
- 드립 커피
- asp
- 커피역사
- xamarin.forms
- 프렌치프레스
- 원두
- 템플릿
- 여행
Archives
- Today
- Total
목록scripting.filesystemobject (1)
개발人
폴더 생성 및 이름 변경
1. 폴더 생성 Dim spath : spath = Server.mapPath("경로") ' 우선 경로를 지정해 준다. Dim fso Set fso = Server.CreateObject("Scripting.FileSystemObject") Dim folder : folder = "경로" ' 폴더 생성 fso.CreateFolder(folder) ' 폴더에 파일이 존재하는지의 여부 판단 if (fso.FileExists(spath & folder)) then -- 내용 -- end if Set fso = Nothing 2. 폴더 이름 변경 Dim strDirold : strDirold = 기존폴더명 Dim strFname : strFname = 변겅폴더명 If objFs.FolderExists(strDi..
Classic ASP
2014. 8. 6. 08:00