path-components ( path -- seq )
Factor handbook » Input and output » Pathnames

Prev:file-extension ( path -- extension )
Next:prepend-path ( path1 path2 -- path )


Vocabulary
io.pathnames

Inputs
patha pathnames string


Outputs
seqa sequence


Word description
Splits a pathname on the path-separator into its its component strings.

Definition