I was looking to create plist file in my application Documents folder programmatically in objective C. I created a folder in documents directory :
NSArray *p
I think this post save to .plist properity list will help you if you look through the examples there.
Also, check out Apple's Creating Property Lists Programmatically document for other guidelines and examples.