pathname
Factor handbook » Input and output » Pathnames » Pathname presentations

Next:<pathname> ( string -- pathname )


Vocabulary
io.pathnames

Class description
Class of path name objects. Path name objects can be created by calling <pathname>.

Definition


Methods





































M: pathname url-of
string>> "resource:" ?head
[ "https://github.com/factor/factor/blob/master/" prepend ]
[ drop f ] if ;