<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Inside Gambas there is Data directory for files to be included and if you want to copy them out of Gambas executable you do that according to Linux Filesystem Hierarchy Standard.</div><a href="https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.pdf">https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.pdf</a></div><div dir="ltr"><div><br></div><div><br></div><div>Jussi<br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 11, 2018 at 8:50 PM Hans Lehmann <<a href="mailto:hans@gambas-buch.de">hans@gambas-buch.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
for a chapter on paths in Gambas in the online book at <br>
<a href="https://www.gambas-buch.de/doku.php" rel="noreferrer" target="_blank">https://www.gambas-buch.de/doku.php</a> I would also like to describe the <br>
static properties Desktop.ConfigDir, Desktop.DataDir, Desktop.RuntimeDir <br>
and Desktop.CacheDir of the Desktop class (gb.desktop) and give hints <br>
for using the base directories behind these properties.<br>
<br>
The Gambas documentation and the explanations in <br>
<a href="https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html" rel="noreferrer" target="_blank">https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html</a> <br>
are not really helpful if you want to decide with sufficient certainty <br>
which special files belong in which directory defined with <br>
Desktop.ConfigDir, Desktop.DataDir, Desktop.RuntimeDir and Desktop.CacheDir.<br>
<br>
  * Temporary Files<br>
  * Shell scripts<br>
  * Scripts in other languages<br>
  * Databases<br>
  * DB Views, DB Trigger as SQL File<br>
  * Pictures and picture collections<br>
  * Icon, Favicon<br>
  * Configuration files<br>
  * Data files such as CSV file, XML file, CSS file, HTML file, music<br>
    file, sound file<br>
  * MarkDown file<br>
  * Help file<br>
  * Named Pipe<br>
  * Unix socket<br>
  * Libraries<br>
<br>
Where should the above files be stored?<br>
<br>
Yours sincerely<br>
<br>
Hans<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>