This is an old revision of the document!
Table of Contents
MODS Directory
Directory Contents
The mods
directory is intended to contain MODified-stock or 3rd party (i.e. not from CVS) JavaScript modules (.js
files) or Baja modules (.bin
with .src
) which will not be overwritten during Synchronet updates/upgrades.
If a file exists in both the exec
directory and the mods
directory, the version in the mods
directory will be loaded and executed rather than the version in the exec
directory.
The path to the mods
directory is configured in binkit->System->Advanced Options.
Sub-directories
load
The mods/load
directory is intended to contain MODified stock JavaScript library files from the exec/load
directory.
See Also
EXEC
directory