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

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

2012-04-22 Thread sagarnikam123
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

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

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: