Find common directory path: Difference between revisions

m
no edit summary
(Added Common Lisp)
mNo edit summary
Line 587:
 
=={{header|Common Lisp}}==
The strings represent file paths, so instead of treating them as simple strings, this uses the specialized pathname functions, which are more robust and generic.
<lang lisp>
(defun common-directory-path (&rest paths)
47

edits