<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Save a custom file path in AppData]]></title><description><![CDATA[<p dir="auto">Hi, is there any way to save a folder path in AppData? (To set the default download folder).</p>
<p dir="auto">The problem is that the Server.downloadFile method needs a File type variable for destination folder, and we can't save a File variable in a JSON or TEXT file in AppData. How can I keep this value in AppData? Thank you.</p>
<pre><code>			Server.downloadFile(path, {}, locations, function()
			{
			    if(this.data.finished)
			       drawPopup("Downloaded successfuly", true );
			});	
</code></pre>
]]></description><link>https://forum.hise.audio/topic/9965/save-a-custom-file-path-in-appdata</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 05:17:21 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/9965.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Jun 2024 08:08:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Save a custom file path in AppData on Sat, 29 Jun 2024 08:24:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/2873">@Lumi283</a> You might run into permission issues trying to download to app data. Probably better to use the system temp folder</p>
]]></description><link>https://forum.hise.audio/post/82519</link><guid isPermaLink="true">https://forum.hise.audio/post/82519</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 29 Jun 2024 08:24:14 GMT</pubDate></item></channel></rss>