I am new in Blackberry 10, I want to create file in device document.
Does anyone knows how to do same?
Thanks in advance.
I am new in Blackberry 10, I want to create file in device document.
Does anyone knows how to do same?
Thanks in advance.
Copyright © 2021 Jogjafile Inc.
You can access device's Documents folder by using
"/accounts/1000/shared/documents"
path. You needaccess_shared
permission to access the shared folders. You can find more information about BB10 file system here.Following is sample code which shows how to write file using QFile.