<?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: Accessing The App Documents folder, The Swift Way	</title>
	<atom:link href="https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/feed/" rel="self" type="application/rss+xml" />
	<link>https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/</link>
	<description></description>
	<lastBuildDate>Sun, 09 Jul 2017 04:18:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>
		By: ［基本解决］iOS里面的app可以使用的用于保存文件的路径和文件夹有哪些 &#8211; 在路上		</title>
		<link>https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/#comment-125</link>

		<dc:creator><![CDATA[［基本解决］iOS里面的app可以使用的用于保存文件的路径和文件夹有哪些 &#8211; 在路上]]></dc:creator>
		<pubDate>Sun, 09 Jul 2017 04:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33317#comment-125</guid>

					<description><![CDATA[[&#8230;] Accessing The App Documents folder, The Swift Way &#124; The App Lady [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Accessing The App Documents folder, The Swift Way | The App Lady [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eladio Alvarez Valle		</title>
		<link>https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/#comment-85</link>

		<dc:creator><![CDATA[Eladio Alvarez Valle]]></dc:creator>
		<pubDate>Tue, 05 Apr 2016 15:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33317#comment-85</guid>

					<description><![CDATA[There any way to pre-populate documents Directory?, I need to have pre-loaded data in there for initial settings, and then download data in there. Thanks in advance App lADY.]]></description>
			<content:encoded><![CDATA[<p>There any way to pre-populate documents Directory?, I need to have pre-loaded data in there for initial settings, and then download data in there. Thanks in advance App lADY.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Applady		</title>
		<link>https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/#comment-74</link>

		<dc:creator><![CDATA[The Applady]]></dc:creator>
		<pubDate>Thu, 21 Jan 2016 21:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33317#comment-74</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/#comment-73&quot;&gt;Juan&lt;/a&gt;.

Take a look at &quot;THE CREATE SUBFOLDER CODE&quot; in this post. I believe it answers your questions. If not then let me know.

http://theapplady.net/text-file-workshop-subfolder-operations/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/#comment-73">Juan</a>.</p>
<p>Take a look at &#8220;THE CREATE SUBFOLDER CODE&#8221; in this post. I believe it answers your questions. If not then let me know.</p>
<p><a href="http://theapplady.net/text-file-workshop-subfolder-operations/" rel="ugc">http://theapplady.net/text-file-workshop-subfolder-operations/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juan		</title>
		<link>https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/#comment-73</link>

		<dc:creator><![CDATA[Juan]]></dc:creator>
		<pubDate>Thu, 21 Jan 2016 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33317#comment-73</guid>

					<description><![CDATA[Hi! Nice post. I got a question related to this. I have a json file on my Bundle files and I need to create a path to access my Document Folder (where I have downloaded some resources) do you know anyway to create this path? 
My json when reads from bundle looks like that: 
&quot;jsList&quot; : [
&quot;src/resource.js&quot;,
&quot;src/app.js&quot;
]
I was thinking to create something like that: 
&quot;jsList&quot; : [
        &quot;/var/mobile/Containers/Data/Application/1F50D5BE-C2ED-4629-AEF6-5C8D9381FF68/Documents/src/resource.js&quot;,
        &quot;/var/mobile/Containers/Data/Application/1F50D5BE-C2ED-4629-AEF6-5C8D9381FF68/Documents/src/app.js&quot;
    ]

But without success. 
Any ideas???


Thanks a lot!]]></description>
			<content:encoded><![CDATA[<p>Hi! Nice post. I got a question related to this. I have a json file on my Bundle files and I need to create a path to access my Document Folder (where I have downloaded some resources) do you know anyway to create this path?<br />
My json when reads from bundle looks like that:<br />
&#8220;jsList&#8221; : [<br />
&#8220;src/resource.js&#8221;,<br />
&#8220;src/app.js&#8221;<br />
]<br />
I was thinking to create something like that:<br />
&#8220;jsList&#8221; : [<br />
        &#8220;/var/mobile/Containers/Data/Application/1F50D5BE-C2ED-4629-AEF6-5C8D9381FF68/Documents/src/resource.js&#8221;,<br />
        &#8220;/var/mobile/Containers/Data/Application/1F50D5BE-C2ED-4629-AEF6-5C8D9381FF68/Documents/src/app.js&#8221;<br />
    ]</p>
<p>But without success.<br />
Any ideas???</p>
<p>Thanks a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carver		</title>
		<link>https://theapplady.net/accessing-the-app-documents-folder-the-swift-way/#comment-50</link>

		<dc:creator><![CDATA[Carver]]></dc:creator>
		<pubDate>Sat, 08 Aug 2015 07:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://theapplady.net/?p=33317#comment-50</guid>

					<description><![CDATA[How do you know which app is which?  The directory doesn&#039;t list app names, just the long string of character names.]]></description>
			<content:encoded><![CDATA[<p>How do you know which app is which?  The directory doesn&#8217;t list app names, just the long string of character names.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
