Windows Mobile – Write to Application Data folder

windows-mobile

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.

Best Answer

You can use SHGetSpecialFolderPath function to get the path to these kind of folder. You can find the reference here.

Related Topic