This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: path-file not working properly?


Ethan Herdrick wrote:
According to the docs:

(path-file "http://gnu.org/home/me.html?add-bug#body";) â "me.html"

But what I get is this:

#|kawa:25|# (path-file "http://gnu.org/home/me.html?add-bug#body";)
"/home/me.html"

Oops. This is a doc bug. I fixed it.


Is this new behavior?  If so, where is the "get the filename from the
path" function?  path-last would probably work for me for now.

Yes, use path-last. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]