[R] Creating directory under Windows R session
    Prof Brian Ripley 
    ripley at stats.ox.ac.uk
       
    Wed Jun 20 18:20:46 CEST 2007
    
    
  
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,                  ripley at stats.ox.ac.uk
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
    
    
More information about the R-help
mailing list