[not loaded]PublicShow sourceinit.pl

Sourceuser:prolog_file_type(?Extension, ?Type)[multifile]
Define type of file based on the extension. This is used by absolute_file_name/3 and may be used to extend the list of extensions used for some type.

Note that qlf must be last when searching for Prolog files. Otherwise use_module/1 will consider the file as not-loaded because the .qlf file is not the loaded file. Must be fixed elsewhere.