windows-absolute-path? ( path -- ? )


Vocabulary
io.pathnames.private

Inputs
patha pathname string


Outputs
?a boolean


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

See also
absolute-path?, root-directory?

Definition