Zasfe
Zasfe's memory
Zasfe
전체 방문자
오늘
어제
  • 분류 전체보기 (143)
    • 이야기 (50)
    • 뜻알기 (1)
    • 컴퓨터 (91)

인기 글

최근 글

태그

  • 배치파일
  • Function
  • webhacking
  • Skin
  • 생각
  • MSSQL2K
  • 저장프로시저
  • 홈페이지 보안 강화도구
  • MSSQL
  • 캐슬
  • webknight2.1
  • Security
  • web.config
  • IIS7
  • Microsoft Windows 2000 Scripting Guide
  • backup
  • Autoit
  • IIS
  • webshell
  • webknight2.2
  • nslookup
  • 보안
  • Castle
  • ASP
  • cmd
  • webknight 2.2
  • VBScript
  • rsync
  • error
  • webknight
hELLO · Designed By 정상우.
Zasfe

Zasfe's memory

컴퓨터

FSO - CreateFolder - 폴더 만들기

2007. 2. 1. 18:42
스크립트는 다음과 같습니다.
Dim fso, f, FolderName
FolderName = "C:\tmp"
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.CreateFolder(FolderName)

스크립트의 진행는 다음과 같습니다.

Dim fso, f, FolderName                                            
==> 함수를 선언합니다.
FolderName = "C:\tmp"
==> 만들어질 폴더경로를 지정합니다.
Set fso = CreateObject("Scripting.FileSystemObject")
==> 개체를 생성합니다.
Set f = fso.CreateFolder(FolderName)
==> 폴더를 만든다.

'컴퓨터' 카테고리의 다른 글

[VMware] 5.0 에서 3D 사용하기.  (0) 2007.03.19
[IIS 주무르기] Chapter 1 - 시작하기  (0) 2007.03.16
FSO - CreateFolder 메서드  (0) 2007.02.09
FSO - CreateTextFile 메서드  (0) 2007.02.09
FSO - CreateTextFile - 파일 만들기  (0) 2007.02.01
    '컴퓨터' 카테고리의 다른 글
    • [IIS 주무르기] Chapter 1 - 시작하기
    • FSO - CreateFolder 메서드
    • FSO - CreateTextFile 메서드
    • FSO - CreateTextFile - 파일 만들기
    Zasfe
    Zasfe
    느낌. 기억

    티스토리툴바