root-directory? ( path -- ? )


Vocabulary
io.pathnames

Inputs
patha pathname string


Outputs
?a boolean


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

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

Definition


Methods