FileCreateDir

폴더를 생성합니다.

FileCreateDir, DirName

매개변수

DirName

생성할 디렉토리 이름. 절대 경로가 지정되지 않으면 %A_WorkingDir%에 있다고 간주됩니다.

In v1.1.34 and older, note that this command does not support forward slashes (/) or double period (..).

에러 처리

[v1.1.04+]: 이 명령어는 실패하면 예외를 던질 수 있습니다. 더 자세한 정보는 실행시간 에러를 참조하십시오.

ErrorLevel은 문제가 있으면 1, 그렇지 않으면 0이 설정됩니다.

A_LastError는 운영 체제의 GetLastError() 함수의 결과가 설정됩니다.

논평

이 명령어는 또 아직 존재하지 않는다면 DirName에 주어진 모든 부모 디렉토리를 생성합니다.

FileRemoveDir

예제

Creates a new directory, including its parent directories if necessary.

FileCreateDir, C:\Test1\My Images\Folder2