The following example removes the 鍍ester directory from the c: drive. Note that the directory 鍍ester must exist before this task is run to work properly.
Sub Main
'you must have a file called c:\test1 with any extension created to use this
Action. RemDir ("c:\tester\")
End Sub