G
Guest
Hi,
I have an idea that I want to write to many (qty unknown untill run
time but in the order of 5) text files as my application runs. They're
log files dealing with different aspects of the application and will
ultimately be sent to different users, hence why they have to be
different files. I know that I want to be using the File System Object
to manage files, but I don't know how to open many files, keep them
open and write to them as and when required.
The FSO is a collection, so I guess it should be possible but I could
do with some hints or tips from you guys as to the best way to go about
this.
Cheers,
<M>
I have an idea that I want to write to many (qty unknown untill run
time but in the order of 5) text files as my application runs. They're
log files dealing with different aspects of the application and will
ultimately be sent to different users, hence why they have to be
different files. I know that I want to be using the File System Object
to manage files, but I don't know how to open many files, keep them
open and write to them as and when required.
The FSO is a collection, so I guess it should be possible but I could
do with some hints or tips from you guys as to the best way to go about
this.
Cheers,
<M>