mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +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.
|
||||
;; 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 "")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue