Remove a directory
The format of the <method>
element
for removing a directory is:
<method methodName="deleteDir">
Use
this method to remove a directory from the Web GUI server.
The <method>
element contains one or more <file>
elements
each of which defines a directory to remove. Each directory must be
empty. For more information, see <file>.
Example
This example removes the directory named test.
<methodCall>
<method methodName="deleteDir">
<file dirName="test">
</file>
</method>
</methodCall>