Version: 4.1

18 Flags and Hooks

The following flags and hooks are available when PLT Scheme is embedded:

void

 

scheme_set_collects_path

(

Scheme_Object* path)

Sets the path to be returned by (find-system-path 'collects-dir).

void

 

scheme_init_collection_paths

(

Scheme_Env* env,

 

 

 

 

Scheme_Object* extra_paths)

Initializes the current-library-collection-paths parameter using find-library-collection-paths. The extra_paths argument is propagated to find-library-collection-paths.