Re: [Rd] creates directory that can't be deleted (PR#4246)

2003-09-22 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: > Full_Name: Xiaobao Wang > Version: R 1.7.1 > OS: Windows XP > Submission from: (NULL) (24.45.25.102) > > > accidentally done the following: > > rpt.dir <- paste("c:/report/testR","bestsub",spe="/") > dir.create(rpt.dir) > > (spe should be sep). Now the directory "c:

[Rd] creates directory that can't be deleted (PR#4246)

2003-09-22 Thread xiaobao_wang
Full_Name: Xiaobao Wang Version: R 1.7.1 OS: Windows XP Submission from: (NULL) (24.45.25.102) accidentally done the following: rpt.dir <- paste("c:/report/testR","bestsub",spe="/") dir.create(rpt.dir) (spe should be sep). Now the directory "c:/report/testR bestsub " cannot be removed. I trie