absolute-path? ( path -- ? )


Vocabulary
io.pathnames

Inputs
patha pathname string


Outputs
?a boolean


Word description
Tests if a pathname is absolute. Examples of absolute pathnames are /foo/bar on Unix and c:\foo\bar on Windows.

See also
windows-absolute-path?, root-directory?

Definition