LOADLIB

script load library (in j locale)

FRET           J fret
JDIR           J directory
LOADED         loaded files;locales 
PUBLIC         public scripts
SOURCE         source scripts (typically set in projects)

load           load script file
loads          load scripts
require        load script file if not already loaded

utilities:
boxopen        box if open
dosname        convert to full pathname in DOS
macname        convert to full pathname in MAC
exist          if file exists (unsecure mode)
filex          default file extension
fullname       convert to full pathname 
getconfig      get values from CONFIG
pathsep        convert path separator
tolower        convert to lowercase
unixname       convert to full pathname in UNIX

plus "z" verbs: load, loadd, require

Defined items
NameClassDescription
loadVerbload script
loaddVerbload script with display
requireVerbrequire script

load................ (v) load script

loadd............... (v) load script with display

require............. (v) require script


system\main\loadlib.ijsRelease: 4.02/1998-11-13/12:26