Skip to content
Back to formatted view

Raw Message

Message-ID: <4AB3B147.80601@biostat.ku.dk>
Date: 2009-09-18T16:11:51Z
From: Peter Dalgaard
Subject: basename returns "." not in filename (PR#13958)
In-Reply-To: <20090918141511.30E4A282EF4E@mail.pubhealth.ku.dk>

joehl at web.de wrote:
> Full_Name: Jens Oehlschl?gel
> Version: 2.9.2
> OS: Win32
> Submission from: (NULL) (85.181.152.156)
> 
> 
> # Obviously an empty basename is allowed (if the filepath is a pure path)
>> basename("/")
> [1] ""
> 
> # but here we get the dot from the path
>> basename("./")
> [1] "."

Command line utility does likewise:

viggo:~/>basename ./
.

Point is, I gather, that trailing slashes are removed, e.g.,

viggo:~/>basename foo/
foo

So, not a bug.

-- 
   O__  ---- Peter Dalgaard             ?ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)              FAX: (+45) 35327907