Windows Store apps cannot access the general local app data folder.
Like Chuck says, you can get your app's own local folder from the ApplicationData class. See
Accessing app data with the Windows Runtime for information on how Windows Store apps can handle application settings and files.
--Rob