by "Aaron Gray" <ang.usenet@[EMAIL PROTECTED]
>
Apr 22, 2008 at 02:19 AM
"Mark Wooding" <mdw@[EMAIL PROTECTED]
> wrote in message
news:slrng0q80q.6qg.mdw@[EMAIL PROTECTED]
> 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]
I got some code from OpenSSH.
Thanks,
Aaron