CreateDirectory()

语法

Result = CreateDirectory(DirectoryName$)
概要
Creates a new directory.

参数

DirectoryName$ The name of the new directory.

返回值

Returns nonzero if the operation was successful or zero if it failed.

Remarks

This function fails if the parent directory of the new directory does not exist. To create multiple levels of directories, this function has to be called for each directory level to create separately.

参阅

CopyDirectory(), ExamineDirectory(), DeleteDirectory()

已支持操作系统

所有

<- CopyFile() - FileSystem Index - DeleteDirectory() ->