Next Prev Up Top Contents Index

load-data-file

Function
Summary

Loads a fasl file created by dump-forms-to-file or with-output-to-fasl-file.

Package

system

Signature

load-data-file file &rest args => result

Arguments

file

A pathname designator.

args

Arguments passed to load .

Values

result

A generalized boolean.

Description

The function load-data-file loads a fasl file created by dump-forms-to-file or with-output-to-fasl-file.

load-data-file has the same semantics as load , but treats fasl files differently:

Fasl files generated by dump-forms-to-file or with-output-to-fasl-file must only be loaded using load-data-file .

See also

dump-forms-to-file
with-output-to-fasl-file


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index