开发者

YAP initialization file?

开发者 https://www.devze.com 2023-03-13 03:01 出处:网络
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

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

精彩评论

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