<?xml version="1.0" encoding="iso-8859-1"?>
<param xmlns="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1" 
	xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    name="remove_dir" 
    DefaultValue="false" 
    DataType="java.lang.Boolean" 
    default_value="false" 
    required="false">

	<note>
        <title>delete empty subfolder</title>
        <p>
            If enabled empty subdirectories are removed.
            All subdirectories of <paramref>file</paramref> are removed which are matched by
            <paramref>file_spec</paramref>.
            An affected subdirectory is only removed if it is empty.
        </p>
        <p>
            The directory, which name is specified with the parameter
            <paramref>file</paramref> is not removed.
        </p>
        <p>
            Only effective if <paramref>file</paramref> is a directory.
        </p>
	</note>
</param>