<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="strippath" module="max" category="Files">
	<digest>
		Separate filename from a full pathname
	</digest>
	<description>
		Removes path information from a complete file path. <o>strippath</o> also tells you whether the resulting filename is in the search path or not.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Max
		</metadata>
		<metadata name="tag">
			Files
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Absolute Path
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				Absolute Path
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				File Name
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="OUTLET_TYPE">
			<digest>
				1 if Path/File in Search Path, 0 Otherwise
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="anything">
			<arglist>
				<arg name="filepath" optional="0" type="symbol" />
			</arglist>
			<digest>
				Output filename from a file path
			</digest>
			<description>
				An absolute pathname as a symbol. An absolute pathname looks like this:
				<br />
				<br />
				&quot;MyDisk:/Max Folder/extras/filename&quot;
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="strippath.png" caption="strippath removes path information from a file pathname, and leaves the name of the file" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="absolutepath" />
		<seealso name="conformpath" />
		<seealso name="dropfile" />
		<seealso name="opendialog" />
		<seealso name="relativepath" />
		<seealso name="savedialog" />
	</seealsolist>
	<misc name="Output">
		<entry name="symbol">
			<description>
				Out left outlet: The file name, with all path information preceding it removed.
			</description>
		</entry>
		<entry name="int">
			<description>
				Out right outlet: If the file was found within the current Max search path a <m>1</m> is sent out the right outlet. A <m>0</m> is sent otherwise.
			</description>
		</entry>
	</misc>
</c74object>
