The following example makes a directory called 騨ester on the c: drive.
Sub Main
'you must have a file called c:\test1 with any extension created to use this
Action. MakeDir ("c:\tester\")
End Sub