by Mark Wooding <mdw@[EMAIL PROTECTED]
>
Apr 21, 2008 at 11:15 PM
Aaron Gray <ang.usenet@[EMAIL PROTECTED]
> wrote:
> Has anyone got a code snippet to separate out the path components, ie
> drive, path, filename, and extension ?
PARSE-NAMESTRING will do all of this (and give you the host and version
parts too), and it's built into Common Lisp.
-- [mdw]