<?xml version="1.0" encoding="ISO-8859-1" ?><!DOCTYPE TCF SYSTEM "tango.dtd" ><TCF Version="0x02000002">	<Comments />	<!--Defined Classes-->	<Classes>		<ClassDef>			<Name>FileSystem</Name>			<!--Class constructor-->			<On_Create>				<Implementation />			</On_Create>			<!--Class destructor-->			<On_Destroy>				<Implementation />			</On_Destroy>			<!--Methods of this class-->			<Methods>				<MethodDef>					<Name>make_Path</Name>					<MethodParameterList>						<MethodParameterItem DataType="Text" Direction="In">							<Name>thePath</Name>							<Comments><![CDATA[zu prüfender Pfad]]></Comments>						</MethodParameterItem>						<MethodParameterItem DataType="Any" Direction="Out">							<Name>success</Name>							<Comments>Erfolg</Comments>						</MethodParameterItem>					</MethodParameterList>					<Implementation>						<ActionRef Ref="FileSystem.tcf.make_Path.Results2" />						<ActionRef Ref="FileSystem.tcf.make_Path.checkPath" />						<ActionRef Ref="FileSystem.tcf.make_Path.IfNitdo">							<ActionRef Ref="FileSystem.tcf.make_Path.makePath" />						</ActionRef>						<ActionRef Ref="FileSystem.tcf.make_Path.Results" />					</Implementation>					<ReturnValueName>returnValue</ReturnValueName>					<ReturnValueType>Any</ReturnValueType>				</MethodDef>			</Methods>			<!--Instance variables for this class-->			<Variables />		</ClassDef>	</Classes>	<!--Program actions-->	<Actions>		<ResultAction ID="FileSystem.tcf.make_Path.Results2" Sig="null">			<ResultsOutput Ref="FileSystem.tcf.make_Path.Results2.Results" />		</ResultAction>		<CommandLineAction ID="FileSystem.tcf.make_Path.checkPath" Sig="aevt">			<Command><![CDATA[<@MAKEPATH "<@WEBROOT>" "<@APPFILEPATH>checkPath.sh">]]></Command>			<VariableList>				<VariableItem>					<Name>thePath</Name>					<Value>@@request$thepath</Value>				</VariableItem>			</VariableList>			<ResultsOutput Ref="FileSystem.tcf.make_Path.checkPath.Results" />			<NoResultsOutput Ref="FileSystem.tcf.make_Path.checkPath.NoResults" />		</CommandLineAction>		<IfAction ID="FileSystem.tcf.make_Path.IfNitdo" Sig="if  " Expanded="True">			<Expression><![CDATA[('@@request$exists'='0')]]></Expression>			<ExpressionInfo>				<ExpLeft>@@request$exists</ExpLeft>				<ExpRight>0</ExpRight>				<Operator>iseq</Operator>			</ExpressionInfo>		</IfAction>		<CommandLineAction ID="FileSystem.tcf.make_Path.makePath" Sig="aevt">			<Command><![CDATA[<@MAKEPATH "<@WEBROOT>" "<@APPFILEPATH>MakePath.sh">]]></Command>			<VariableList>				<VariableItem>					<Name>thePath</Name>					<Value>@@request$thePath</Value>				</VariableItem>			</VariableList>			<ResultsOutput Ref="FileSystem.tcf.make_Path.makePath.Results" />		</CommandLineAction>		<ResultAction ID="FileSystem.tcf.make_Path.Results" Sig="null">			<ResultsOutput Ref="FileSystem.tcf.make_Path.Results.Results" />		</ResultAction>	</Actions>	<!--Data sources-->	<DataSources />	<!--Output blocks-->	<Outputs>		<Output ID="FileSystem.tcf.make_Path.Results2.Results" Type="HTML"><![CDATA[<@ASSIGN NAME="thePath" VALUE="<@GETPARAM thePath>" scope="request">]]></Output>		<Output ID="FileSystem.tcf.make_Path.checkPath.Results" Type="HTML"><![CDATA[<hr>Results:<br>@@request$ResultSet<@ASSIGN name="exists" Value="1">Ordner vorhanden]]></Output>		<Output ID="FileSystem.tcf.make_Path.checkPath.NoResults" Type="HTML"><![CDATA[<@ASSIGN name="exists" Value="0">Ordner nicht vorhanden]]></Output>		<Output ID="FileSystem.tcf.make_Path.makePath.Results" Type="HTML"><![CDATA[isch make@@request$ResultSet]]></Output>		<Output ID="FileSystem.tcf.make_Path.Results.Results" Type="HTML"><![CDATA[<@setparam Name="success" Value="ok">]]></Output>	</Outputs></TCF>