[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: merge-pathnames
- To: comp-lang-lisp-mcl@services.cambridge.apple.com
- Subject: Re: merge-pathnames
- From: numrich@abmx.rz.rwth-aachen.de
- Date: 5 Aug 1994 13:09:56 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: RZ RWTH Aachen, Germany
- Reply-to: numrich@abmx.rz.rwth-aachen.de
> How I can send a variable name for a file to a program?
> Since file name must be wraped with double quotes, the function of
> merge-pathnames
> does accept any variable signalling that wrong string type.
(MERGE-PATHNAMES (PATHNAME "test.txt") another-pathname)