lispdoc - results for make-pathname |
(make-pathname &key host (device nil devp) (directory nil dirp) (name nil namep) (type nil typep) (version nil versionp) defaults (case local)) | Function: Makes a new pathname from the component arguments. Note that host is a host-structure or string.
|
Example:(defun directory-wildcard (dirname) (make-pathname :name :wild :type :wild :defaults (pathname-as-directory dirname))) | Mentioned in: CLtL2 - 23.1.2. Case Conventions CLtL2 - 23.1.3. Structured Directories CLtL2 - 23.1.5.2. Parsing of Logical Pathname Namestrings CLtL2 - 23.1.5.3. Using Logical Pathnames CLtL2 - 23.1.6. Pathname Functions HyperSpec - Function MAKE-PATHNAME PCL - constructing new pathnames PCL - listing a directory PCL - two representations of directory names |
(make-package name &key (use 'nil) nicknames (internal-symbols 10) (external-symbols 10)) | Function: Make a new package having the specified NAME, NICKNAMES, and USE list. :INTERNAL-SYMBOLS and :EXTERNAL-SYMBOLS are estimates for the number of internal and external symbols which will ultimately be present in the package. The default value of USE is implementation-dependent, and in this implementation it is NIL.
|
| Mentioned in: CLtL2 - 11.2. Package Names CLtL2 - 11.7. Package System Functions and Variables HyperSpec - Function MAKE-PACKAGE | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |