<?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="filedate" module="max" category="Files">
	<digest>
		Report the modification date of a file
	</digest>
	<description>
	</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>
				File/Folder to Check Modification Date
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Mod Date (Month/Day/Year/Hour/Min/Sec)
			</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="pathname" optional="0" type="list" />
			</arglist>
			<digest>
				Report the modification of a file
			</digest>
			<description>
				Outputs the modification date of a provided file path.
			</description>
			<discussion>
				An absolute pathname looks like this:
				<br />
				<m>'MyDisk:/Max Folder/extras/filename'</m> 
			</discussion>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="filedate.png" caption="filedate displays how recently a file has been changed" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="date" />
		<seealso name="filein" />
		<seealso name="filepath" />
		<seealso name="folder" />
		<seealso name="opendialog" />
	</seealsolist>
	<misc name="Output">
		<entry name="list">
			<description>
				Sends the date that the file was last changed as a list (month, day, year, hours, minutes and seconds).
			</description>
		</entry>
	</misc>
</c74object>
