<?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; choose file name</title>
	<atom:link href="http://www.scriptsforapple.com/category/choose-file-name/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>Tue, 26 Jan 2010 18:30:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Choose File Name Command</title>
		<link>http://www.scriptsforapple.com/choose-file-name-command/</link>
		<comments>http://www.scriptsforapple.com/choose-file-name-command/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:10:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose file name]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[choose file]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[close access]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[document 1]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[open for access]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=654</guid>
		<description><![CDATA[<p>The &#8216;choose file name&#8217; command is similar to the &#8216;choose file&#8217; command. unlike the choose file command it returns a reference pointer to a file that does not yet exist without actually creating the file:</p>
<p>set theFile to choose file name with prompt "Set file name and location:"
</p>
<p>With a result such as:file &#8220;Macintosh HD:Users:administrator:Desktop:Untitled&#8221;</p>
<p>Choose file name [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-file-name-command/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
