Re: [R] how to cut files from any folder to another folder?

2012-04-23 Thread MacQueen, Don
see file.rename()

-- 
Don MacQueen

Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062





On 4/22/12 1:25 AM, sagarnikam123 sagarnikam...@gmail.com wrote:

i want to cut file from e.g. abc  folder  put it into another location
with folder name e.g. xyz
how should i proceed?

--
View this message in context:
http://r.789695.n4.nabble.com/how-to-cut-files-from-any-folder-to-another-
folder-tp4577818p4577818.html
Sent from the R help mailing list archive at Nabble.com.

__
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.

__
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.


Re: [R] how to cut files from any folder to another folder?

2012-04-22 Thread Jeff Newmiller
The cut/copy/paste paradigm is not common in programmed file manipulation under 
various operating systems... due to cross-platform compatibility, be prepared 
to work on files with a copy(=duplicate)/remove approach.

?files

---
Jeff NewmillerThe .   .  Go Live...
DCN:jdnew...@dcn.davis.ca.usBasics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...1k
--- 
Sent from my phone. Please excuse my brevity.

sagarnikam123 sagarnikam...@gmail.com wrote:

i want to cut file from e.g. abc  folder  put it into another
location
with folder name e.g. xyz
how should i proceed?

--
View this message in context:
http://r.789695.n4.nabble.com/how-to-cut-files-from-any-folder-to-another-folder-tp4577818p4577818.html
Sent from the R help mailing list archive at Nabble.com.

__
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.

__
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.


Re: [R] how to cut files from any folder to another folder?

2012-04-22 Thread cberry
sagarnikam123 sagarnikam...@gmail.com writes:

 i want to cut file from e.g. abc  folder  put it into another location
 with folder name e.g. xyz
 how should i proceed?

See

?files




 --
 View this message in context: 
 http://r.789695.n4.nabble.com/how-to-cut-files-from-any-folder-to-another-folder-tp4577818p4577818.html
 Sent from the R help mailing list archive at Nabble.com.


-- 
Charles C. BerryDept of Family/Preventive Medicine
cberry at ucsd edu  UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901

__
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.