mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Fixing description of pathname library.
This commit is contained in:
parent
e5984ce5b3
commit
b424922862
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
;; Copyright (c) 2009-2013 Alex Shinn. All rights reserved.
|
;; Copyright (c) 2009-2013 Alex Shinn. All rights reserved.
|
||||||
;; BSD-style license: http://synthcode.com/license.txt
|
;; BSD-style license: http://synthcode.com/license.txt
|
||||||
|
|
||||||
;;> A general, non-filesystem-specific pathname library.
|
|
||||||
|
|
||||||
;; POSIX basename
|
;; POSIX basename
|
||||||
;; (define (path-strip-directory path)
|
;; (define (path-strip-directory path)
|
||||||
;; (if (string=? path "")
|
;; (if (string=? path "")
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
;;> A general, non-filesystem-specific pathname library.
|
||||||
|
|
||||||
(define-library (chibi pathname)
|
(define-library (chibi pathname)
|
||||||
(export path-strip-directory path-directory
|
(export path-strip-directory path-directory
|
||||||
path-extension path-strip-extension path-replace-extension
|
path-extension path-strip-extension path-replace-extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue