RemDir Example

 

The following example removes the ôtesterö directory from the c: drive. Note that the directory ôtesterÆ 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