Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
The loading API.

Functions

 std_loadPkgs (lFiles, dir, safeMode)
 Load a list of packages.

Detailed Description

Package to load : lib/std/load.pkg

Function Documentation

std_loadPkgs ( lFiles  ,
dir  ,
safeMode   
)

Load a list of packages.

Prototype : fun [[S r1] S I] S

Parameters
[Sr1] : a list of packages to load
S: an optional path name (it will be prefixed to each package name, if any)
I: flag to set the safe loading (1 to safe it, 0 to unsafe it)
Returns
S : nil if success or the current package name if an error occurs.