Multiple CCUserDefault files

I know how to save and load data with CCUserDefaults but I was wondering if it was possible to create several .xml files and load data separately off of each file?
Or should I be using another save/load method?

Thanks, Scott

No, CCUserDefault is designed as a simple database, you can read/save simple type of data.
It save all data in one .xml file.
Why do you need several .xml files?