开发者

YAP initialization file?

I am wondering if there is an equivalent of the SWI initialization file "~/.plrc" in YAP. I would like to define some directories with: file_search_path/2 before loading YAP, but I do not know where to do it.

Any help will be hig开发者_运维知识库hly appreciated!.


In my .yaprc

:- multifile(library_directory/1).
library_directory('~/ftp/Prolog-inedit').
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜