[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:08950] Re: リストから取得した要素について



  拡張子を取り出すのであれば、こんなのもありますね。

  (pathname-type "foo.lzh" )
  -->"lzh"
  (pathname-type "foo/bar/zzz.txt")
  -->"txt"

Index Home