mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
7 lines
284 B
Scheme
7 lines
284 B
Scheme
|
|
(define-library (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 (chibi))
|
|
(include "pathname.scm"))
|