Using pathnames
> (setq p (pathname "c:\\windows\\system\\user32.dll"))
#p"c:\\windows\\system\\user32.dll"
> (pathname-name p)
"user32"
> (pathname-type p)
"dll"
>(pathname-version p)
:unspecific
Previous slide
Next slide
Back to first slide
View graphic version