source:
trunk/src/external/packages.lisp
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
|
|
File size: 272 bytes |
Line | |
---|---|
1 | (in-package :cl-user) |
2 | |
3 | (defpackage :com.gigamonkeys.pathnames |
4 | (:use :common-lisp) |
5 | (:export |
6 | :list-directory |
7 | :file-exists-p |
8 | :directory-pathname-p |
9 | :file-pathname-p |
10 | :pathname-as-directory |
11 | :pathname-as-file |
12 | :walk-directory |
13 | :directory-p |
14 | :file-p)) |
Note: See TracBrowser
for help on using the repository browser.