Pascal Scripting: CreateDir
Prototype:
function CreateDir(const Dir: string): Boolean;
Description:
Creates a new directory. The return value is True if a new directory was successfully created, or False if an error occurred.
function CreateDir(const Dir: string): Boolean;
Creates a new directory. The return value is True if a new directory was successfully created, or False if an error occurred.