chibi-scheme/lib/chibi/pathname.module
2011-04-08 01:12:13 +09:00

7 lines
284 B
Text

(module (chibi pathname)
(export path-strip-directory path-directory path-extension-pos
path-extension path-strip-extension path-replace-extension
path-absolute? path-relative? path-normalize make-path)
(import-immutable (scheme))
(include "pathname.scm"))