Re: File copy
- From: "Larry Serflaten" <serflaten@xxxxxxxxxxxxxx>
- Date: Sat, 10 May 2008 18:59:35 -0500
"Marv" <marvwade@xxxxxxxxxxxxxxx> wrote
I have found a means of outputing all of the .cvs into one folder so the
task would appear to be much earier. I need only to find a way to open all
of the .cvs files and read the record contained in each. Ist her some means
of doing this?
If by 'read the record' you mean you use the entire file, thereby creating
a new file by appending all others to one file, then DOS's Copy command
would do that for you. Otherwise you can use VB commands to open
each file, extract what you need, and append it to an output file....
LFS
.
- References:
- File copy
- From: Marv
- Re: File copy
- From: Marv
- File copy
- Prev by Date: Re: dim at procedure level or module level
- Next by Date: Re: dim at procedure level or module level
- Previous by thread: Re: File copy
- Next by thread: dim at procedure level or module level
- Index(es):
Relevant Pages
|