You are developing a Windows Store app. The app has the following requirements:
• Files must be stored on a device’s file system so other Windows Store apps can access them.
• Additional configuration must be performed to make the location of the files available to
other Windows Store apps.
You need to meet the requirements. Where should you store the files? (Each correct answer
presents a complete solution. Choose all that apply.)
A.
removable devices
B.
app data locations
C.
user’s download folder
D.
documents library
E.
app install directory
CDE
or DE
or ADE
ACD
E is not possible, cause you cant access an app folder from an other app
https://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.knownfolders.aspx
its A and D
A & D
Can’t be E due to sandbox ^^