Windows.Directory.CreateDirectory
static function CreateDirectory(path: string): void;
Parameters

path The directory path to create.
Description

Creates directory in the specified path.