File Organization
File names are path-like to support both URL access and common file organization techniques. Files that are uploaded automatically, such as resources for custom apps or views, are organized in the /system 'folder.' Files that you upload manually default to the 'root folder' of /. You can, however, define any level of folder organization you need by defining your own folder paths when you manually upload files.
Standard file paths include:
/system/lib: the foot path for all pluggable views.
/system/mashlets: the root path for all custom apps.
/system/mashlets/app-id: the root path for all resource files for a specific custom app.
/system/mashlets/app-id/js: JavaScript libraries for a specific custom app
/system/mashlets/app-id/css: CSS stylesheets for a specific custom app.
/system/mashlets/app-id/screenshots: screenshots for a specific custom app.
/system/thumbnails: root folder for thumbnails.
/system/wires/schemas: root folder for all registered XML schemas available for use in the Mapper block.
To determine the URL to access a file, add http://app-server:port/presto/files to the file name.