Create new files pages or folders
- Create File
You can use spaces in file names but it is not advised as it can cause problems later
Three file extensions are given special treatment
- .js
Javascript files are not parsed by XtGem they are passed directly to the browser
- .css
CSS files are not parsed by XtGem they are passed directly to the browser
- .xt
The files contents are not displayed these files are used by Xtscript
Select the type of file to create
- html
The standard xtgem html page
- plain text
A plain blank text file for js css or any other type of code
Other page templates can be created in file presets
- Create Folder
Folder and directory both mean the same
Folders with names starting _xtgem_ are reserved for use with Twig templates
Their contents are not available from other xtgem functions javascript or html
If the folder contains a index page that page is opened when links lead directly to the folder
If there is no index file the contents of the folder are shown using xtgems servers default directory file list