Re: [Rd] [R] string problems with "\\" (Windows)

2006-07-09 Thread Duncan Murdoch
Gabor Grothendieck wrote: > Moved to r-devel. > > Perhaps basename should take an optional separator argument > so that > >basename(x, "\\") > > could be used to override the default behavior. > That seems like a reasonable idea, but not very high priority. Anyone want to contribute a pat

Re: [Rd] [R] string problems with "\\" (Windows)

2006-07-09 Thread Gabor Grothendieck
Moved to r-devel. Perhaps basename should take an optional separator argument so that basename(x, "\\") could be used to override the default behavior. On 7/9/06, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > basename() works. If you're on a system that doesn't think \\ is a path > separator,