file.open

Newbie Member
7Mar2008,17:06   #1
felixfan's Avatar
how can i create several txt file with a different name? which mean that when the program is running, the "xxxxx" will change and i wan to create some files with "xxxx" name.

Thanks in advance!

Code:
file.Open("xxxxx.txt", CFile::modeCreate |
CFile::typeText | CFile::modeWrite | CFile::shareExclusive); 
file.Close();
Newbie Member
13Mar2008,12:29   #2
param's Avatar
Hi,
you can try using file open in different names.
Use string print to the file name you need and open that patiicular file for usage...

Regards,
Param