<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get Path</title>
	<atom:link href="http://automatorworld.com/archives/get-path/feed/" rel="self" type="application/rss+xml" />
	<link>http://automatorworld.com/archives/get-path/</link>
	<description>Better Living Through Macintosh Scripting</description>
	<lastBuildDate>Thu, 05 Aug 2010 13:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jerome</title>
		<link>http://automatorworld.com/archives/get-path/comment-page-1/#comment-164584</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Tue, 04 Nov 2008 18:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/2005/04/27/get-path/#comment-164584</guid>
		<description>&lt;p&gt;informative post, keep it up.,&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>informative post, keep it up.,</p>]]></content:encoded>
	</item>
	<item>
		<title>By: switchblog</title>
		<link>http://automatorworld.com/archives/get-path/comment-page-1/#comment-47054</link>
		<dc:creator>switchblog</dc:creator>
		<pubDate>Tue, 16 Jan 2007 18:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/2005/04/27/get-path/#comment-47054</guid>
		<description>&lt;p&gt;... I mean on the clipboard. D&#039;oh!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8230; I mean on the clipboard. D&#8217;oh!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: switchblog</title>
		<link>http://automatorworld.com/archives/get-path/comment-page-1/#comment-47045</link>
		<dc:creator>switchblog</dc:creator>
		<pubDate>Tue, 16 Jan 2007 18:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/2005/04/27/get-path/#comment-47045</guid>
		<description>&lt;p&gt;To copy the file name only, select the file and hit cmd-c. Depending on context when paste, the entire file will be pasted or if you are in an email or text app the filename will be pasted. To eliminate the possibility of the file being pasted do this:&lt;/p&gt;

&lt;p&gt;Select file
hit return key to highlight name
hit Cmd-C&lt;/p&gt;

&lt;p&gt;The file name is now on the keyboard.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To copy the file name only, select the file and hit cmd-c. Depending on context when paste, the entire file will be pasted or if you are in an email or text app the filename will be pasted. To eliminate the possibility of the file being pasted do this:</p>

<p>Select file
hit return key to highlight name
hit Cmd-C</p>

<p>The file name is now on the keyboard.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: omega777</title>
		<link>http://automatorworld.com/archives/get-path/comment-page-1/#comment-1233</link>
		<dc:creator>omega777</dc:creator>
		<pubDate>Fri, 16 Sep 2005 19:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/2005/04/27/get-path/#comment-1233</guid>
		<description>&lt;p&gt;does anyone know of a way to just copy the file name to the clipboard instead of the path?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>does anyone know of a way to just copy the file name to the clipboard instead of the path?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://automatorworld.com/archives/get-path/comment-page-1/#comment-1045</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 16 Jul 2005 06:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/2005/04/27/get-path/#comment-1045</guid>
		<description>&lt;p&gt;Yep, only works for one file at a time.  Wedge, have you done that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yep, only works for one file at a time.  Wedge, have you done that?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Wedge</title>
		<link>http://automatorworld.com/archives/get-path/comment-page-1/#comment-154</link>
		<dc:creator>Wedge</dc:creator>
		<pubDate>Tue, 31 May 2005 17:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/2005/04/27/get-path/#comment-154</guid>
		<description>&lt;p&gt;I might alter this to automatically paste it into a text file, so that I get immediate information.  Thank you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I might alter this to automatically paste it into a text file, so that I get immediate information.  Thank you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: The Plaid Cow</title>
		<link>http://automatorworld.com/archives/get-path/comment-page-1/#comment-42</link>
		<dc:creator>The Plaid Cow</dc:creator>
		<pubDate>Sat, 30 Apr 2005 20:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/2005/04/27/get-path/#comment-42</guid>
		<description>&lt;p&gt;Scirpt works well with a single file, but needs a loop around the number of files in the selection to make the workflow a bit more robust. (Or to throw an error if more than one file has been selected.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Scirpt works well with a single file, but needs a loop around the number of files in the selection to make the workflow a bit more robust. (Or to throw an error if more than one file has been selected.)</p>]]></content:encoded>
	</item>
</channel>
</rss>

