mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
7 lines
277 B
Text
7 lines
277 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 (scheme))
|
|
(include "pathname.scm"))
|