win32file.CreateDirectoryExW
CreateDirectoryExW(templateName, newDirectory, sa)
Creates a directory (NT/2000 Unicode specific version)
Parameters
templateName : PyUnicode
Specifies the path of the directory to use as a template when creating the new directory.newDirectory : PyUnicode
Specifies the name of the new directorysa : PySECURITY_ATTRIBUTES
The security attributes, or None