In your file.copy() command you have "deskfile", but "deskfile" does not appear anywhere else. Perhaps you meant deskdir?

After the error occurs, type

  traceback()

and try to discern exactly where things went wrong.

-Don

At 5:05 PM +0300 9/21/09, Tammy Ma wrote:
Content-Type: text/plain
Content-Disposition: inline
Content-length: 792



HI, All R users,

My problem is:

 fn
[1] "C:/Documents and Settings/lma/Desktop/FamilyAEntrepreneurs/Entrepreneurs/Juha/book_log-20041210T095019.txt"
 dpath
[1] "C:/Documents and Settings/lma/My Documents/Juha/book"


I want to make a function "cyfun" to copy all files in "dir" to "deskdir" but I always got the following problem:

Error in file.exists(to) : invalid 'file' argument.
Whats the problem??




cyfun<-function(fn,dpath){
dir<-dirname(fn)
fn<-basename(fn)

deskdir<-dir.create(dpath)
file.copy(fn, deskfile)

}

Thanks!

Tammy

_________________________________________________________________
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://*www.*microsoft.com/windows/windowslive/products/photos.aspx
        [[alternative HTML version deleted]]


______________________________________________
R-help@r-project.org 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.


--
--------------------------------------
Don MacQueen
Environmental Protection Department
Lawrence Livermore National Laboratory
Livermore, CA, USA
925-423-1062

______________________________________________
R-help@r-project.org 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