Examples of Load File in a sentence
When no extension is specified, it will load the .qlf file when present and the .pl file otherwise.qcompile(:File)Takes a file specification as consult/1, etc., and, in addition to the normal compilation, creates a Quick Load File from File.
The basename of the Quick Load File is the same as the input file.If the file contains ‘:- consult(+File)’, ‘:- [+File]’ or ‘:- load files(+File, [qcompile(part), ...])’ statements, the referred files are compiled into the same .qlf file.
Conditional execution or optimisation may test the predicate compiling/0.Source references (source file/2) in the Quick Load File refer to the Prolog source file from which the compiled code originates.
Conditional execution or optimisation may test the predicate compiling/0.Source references (source file/2) in the Quick Load File refer to the Prolog source file from which the compiled code originates.qcompile(:File, +Options)As qcompile/1, but processes additional options as defined by load files/2.7 4.4 Editor InterfaceSWI-Prolog offers an extensible interface which allows the user to edit objects of the program: predi- cates, modules, files, etc.
The base name of the Quick Load File is the same as the input file.If the file contains ‘:- consult(+File)’, ‘:- [+File]’ or:- load files(+File, [qcompile(part), ...]) statements, the referred files are compiled into the same .qlf file.