On Wed, 20 Jun 2007, Henrique Dallazuanna wrote:

> I have tested in WinXP:
>
> example:
>> dir("C:/")
> [1] "Arquivos de programas"         "AUTOEXEC.BAT"
> [3] "boot.ini"                      "Bootfont.bin"
> [5] "CONFIG.SYS"                    "Debug"
> [7] "debug.log"                     "Desktop.ini"
> [9] "Dic"                           "Documents and Settings"
>
> "Dic" is a folder
> any(dir("C:/")=="Dic")
> [1] TRUE
>
>
> That are right?

You said the test was

       > any(dir('your path')=="your folder")

Now, what did you mean by that?  The path "C:/" is not the path to the 
folder named on the RHS.  And I believe you will find your test also gives 
TRUE for AUTOEXEC.BAT, which is not a directory.

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to