sagarnikam123
2012-Apr-22 08:25 UTC
[R] how to cut files from any folder to another folder?
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.
Jeff Newmiller
2012-Apr-22 16:26 UTC
[R] how to cut files from any folder to another folder?
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 Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. sagarnikam123 <sagarnikam123 at 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 at 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.
cberry at tajo.ucsd.edu
2012-Apr-22 17:13 UTC
[R] how to cut files from any folder to another folder?
sagarnikam123 <sagarnikam123 at 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. Berry Dept of Family/Preventive Medicine cberry at ucsd edu UC San Diego http://famprevmed.ucsd.edu/faculty/cberry/ La Jolla, San Diego 92093-0901
MacQueen, Don
2012-Apr-23 18:19 UTC
[R] how to cut files from any folder to another folder?
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" <sagarnikam123 at 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 at 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.