<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning AppleScript for Beginners &#187; POSIX</title>
	<atom:link href="http://www.scriptsforapple.com/category/posix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptsforapple.com</link>
	<description>Discussions on AppleScripting, with emphasis on tutorials for those new to scripting. Example scripts of general utility, as well as some that relate to specific applications (FileMaker Pro, AppleWorks, Script Editor, specialized scripts and others). Some discussion of HyperCard and AppleScript and the Classic (OS9) environment</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Deriving Alias and POSIX Paths</title>
		<link>http://www.scriptsforapple.com/deriving-alias-and-posix-paths/</link>
		<comments>http://www.scriptsforapple.com/deriving-alias-and-posix-paths/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:18:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[folder paths]]></category>
		<category><![CDATA[MacWrite Pro Folder]]></category>
		<category><![CDATA[OS9]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[POSIX path]]></category>
		<category><![CDATA[startup disk]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2351</guid>
		<description><![CDATA[<p>When deriving POSIX or alias paths, it is important to note that folder paths end in a punctuation character: &#8216;/&#8217; for POSIX, and &#8216;:&#8217; for aliases. Also, in both cases, when deriving the path to a specific document, there is no punctuation at the end.</p> <p>This info can be very useful in batch processing in [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/deriving-alias-and-posix-paths/feed/</wfw:commentRss>
		<slash:comments>139</slash:comments>
		</item>
		<item>
		<title>Creating a Calendar in TextEdit with Shell Script</title>
		<link>http://www.scriptsforapple.com/creating-a-calendar-in-textedit-with-shell-script/</link>
		<comments>http://www.scriptsforapple.com/creating-a-calendar-in-textedit-with-shell-script/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 10:58:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[choose color]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[make new]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1433</guid>
		<description><![CDATA[<p>This is sort of a fun script which gives you some idea of the power behind the UNIX side of Mac OS X. Impressive as this little bit of shell code is though, it only scratches the surface on what you can do combining the power of AppleScript with the shell.</p> <p style="text-align:center;background-color:#ADDE63;"></p> <p>display dialog [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/creating-a-calendar-in-textedit-with-shell-script/feed/</wfw:commentRss>
		<slash:comments>121</slash:comments>
		</item>
		<item>
		<title>Using Aliases and POSIX Paths</title>
		<link>http://www.scriptsforapple.com/using-aliases-and-posix-paths/</link>
		<comments>http://www.scriptsforapple.com/using-aliases-and-posix-paths/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[POSIX]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[concatenate]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[get URL]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tell]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1074</guid>
		<description><![CDATA[<p></p> <p>Over the time that I have been writing AppleScripts, I have found that one of the most difficult, if not frustrating, tasks of writing scripts is referencing files by path so that they can be accessed by other applications.</p> <p>As you&#8217;ll see below, creating a reference that is understandable by the Finder is fairly [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/using-aliases-and-posix-paths/feed/</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
	</channel>
</rss>

