Hi
I want to write some image files to the "Application Data" folder on a Windows Mobile from my application so they can be used by other applications too.
Is this possible? Or is the file system sandboxed for WinMo?
Thanks.
Hi
I want to write some image files to the "Application Data" folder on a Windows Mobile from my application so they can be used by other applications too.
Is this possible? Or is the file system sandboxed for WinMo?
Thanks.
You can use SHGetSpecialFolderPath function to get the path to these kind of folder. You can find the reference here.