Am Sun, 26 Jul 2015 12:35:01 +0200
schrieb Georg Simon <georg.si...@auge.de>:

Yes, it does matter.

http://docs.factorcode.org/content/article-io.pathnames.special.html
--------------------------------------------------------------------
If a pathname begins with resource:, it is resolved relative to the
directory containing the current image (see image-path).

If a pathname begins with vocab:, then it will be searched for in all
current vocabulary roots (see Working with code outside of the Factor
source
tree).
--------------------------------------------------------------------
IN: scratchpad vocab-roots get .
V{
    "resource:core"
    "resource:basis"
    "resource:extra"
    "resource:work"
    "/home/factor"
}
--------------------------------------------------------------------
The location of the image file affects "resource:" and "resource:"
affects "vocab:"

So I now know that I have to keep all image files in the same directory?

-- Georg

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to