Difference between revisions of "Special Filename Prefixes"

From Lianjapedia
Jump to: navigation, search
Line 12: Line 12:
  
 
<pre>library:/</pre>
 
<pre>library:/</pre>
 +
 +
 +
The third party library directory:
 +
 +
<pre>lib:/thirdpartylibs/</pre>
 +
 +
<pre>library:/thirdpartylibs/</pre>
  
  
Line 32: Line 39:
  
 
<pre>cloudserver:/</pre>
 
<pre>cloudserver:/</pre>
 +
 +
 +
The wwwroot directory:
 +
 +
<pre>wwwroot:/</pre>
  
  
Line 39: Line 51:
  
  
 +
The [[Lianja Package Manager|packages]] directory:
 +
 +
<pre>packages:/</pre>
 +
 +
 +
The [[MetaTypes|metatypes]] directory:
 +
 +
<pre>metatypes:/</pre>
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Reference]]
 
[[Category:Reference]]

Revision as of 06:00, 31 July 2018

When specifying custom code and gadgets you can prefix the filename with any of these special prefixes that are recognized by Lianja.


The current App directory:

app:/


The library directory:

lib:/
library:/


The third party library directory:

lib:/thirdpartylibs/
library:/thirdpartylibs/


The pages library directory:

pagelib:/


The current database directory:

data:/


The themes directory:

themes:/


The cloudserver directory:

cloudserver:/


The wwwroot directory:

wwwroot:/


The images directory under the current app directory:

images:/


The packages directory:

packages:/


The metatypes directory:

metatypes:/