<?xml version="1.0" encoding="iso-8859-1"?>
<param
	xmlns="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1"
	xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xhtml="http://www.w3.org/1999/xhtml"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1 http://www.sos-berlin.com/schema/js7_job_documentation_v1.1.xsd"
    name="create_dir"
    DataType="java.lang.Boolean" 
	default_value="false" 
	required="false">
    
	<note>
		<title>Create folder</title>
		<p>
			If enabled the folder, which is specified as value of the parameter
			<paramref>target_file</paramref>, is checked for existence.
			If <paramref>target_file</paramref> does not exist
			<paramref>target_file</paramref> will be created as a directory.
		</p>
	</note>
</param>
