Name
filename-is-complete? -- Return true if FNAME is a fully qualified pathname.
Synopsis
(filename-is-complete? fname)
Description
Return true if FNAME is a fully qualified pathname.
This is considered to be the case if the string FNAME starts with "/",
"./" or "../", following the convention of many Unix programs.