filename-is-complete?

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.

Implementation Notes

Module: (app scwm file)

Defined in scheme/file.scm at line 34 (CVS log)