lostInTransit
lostInTransit

Reputation: 71027

Windows Mobile - Write to Application Data folder

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.

Upvotes: 1

Views: 1032

Answers (1)

noel aye
noel aye

Reputation: 351

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

Upvotes: 1

Related Questions