다음을 통해 공유


FileSystemProxy.CreateDirectory(String) 메서드

정의

디렉터리를 만듭니다.

public:
 void CreateDirectory(System::String ^ directory);
public void CreateDirectory (string directory);
member this.CreateDirectory : string -> unit
Public Sub CreateDirectory (directory As String)

매개 변수

directory
String

디렉터리의 이름과 위치입니다.

예외

디렉터리 이름 형식이 잘못된 경우. 예를 들어, 파일 이름에 잘못된 문자가 들어 있거나 파일 이름이 공백인 경우

directoryNothing 또는 빈 문자열인 경우

디렉터리 이름이 너무 긴 경우

디렉터리 이름이 콜론(:)인 경우

만들 디렉터리의 부모 디렉터리가 읽기 전용입니다.

사용자에게 디렉터리를 만들 권한이 없는 경우

예제

이 예제에서는 에 디렉터리를 NewDirectoryC:\Documents and Settings\All Users\Documents만듭니다.

My.Computer.FileSystem.CreateDirectory(
  "C:\Documents and Settings\All Users\Documents\NewDirectory")

설명

디렉터리가 이미 있는 경우 예외가 throw되지 않습니다.

다음 표에서 관련 된 작업의 예제는 My.Computer.FileSystem.CreateDirectory 메서드.

대상 참조 항목
디렉터리 만들기 방법: 디렉터리 만들기

적용 대상

추가 정보