Fixing description of pathname library.

This commit is contained in:
Alex Shinn 2015-05-03 08:12:46 +09:00
parent e5984ce5b3
commit b424922862
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,6 @@
;; Copyright (c) 2009-2013 Alex Shinn. All rights reserved.
;; BSD-style license: http://synthcode.com/license.txt
;;> A general, non-filesystem-specific pathname library.
;; POSIX basename
;; (define (path-strip-directory path)
;; (if (string=? path "")

View file

@ -1,4 +1,6 @@
;;> A general, non-filesystem-specific pathname library.
(define-library (chibi pathname)
(export path-strip-directory path-directory
path-extension path-strip-extension path-replace-extension