1
votes

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.

1

1 Answers

1
votes

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