9 packages tagged with “ApplicationData”
This package includes Windows.Storage like APIs cross-platform such as: - ApplicationData for providing access to the application data store. - KnownFolders for providing access to common folder locations that contain user content. - StorageFile for providing information about a file and its contents, and ways to manipulate them. - StorageFolder for manipulating folders and their contents, and provides information about them. - ImageProperties for providing access to the image-related properties of an item (like a file or folder). - MusicProperties for providing access to the music-related properties of an item (like a file or folder). - VideoProperties for providing access to the video-related properties of an item (like a file or folder).
CrossPlatformLibrary.Settings is a plug-in for reading and writing of platform-independent application settings.
Data Directory Library
Several extensions of UWP classes
A utility for easily managing the settings within a Windows Phone or Windows 8 application.My package description.
UI extension for Nuget pkar.NetConfigs, with UWP ApplicationData to .Net configuration translator
some wrappers to make toasts using simpler
SharedControls (UI controls), version for UWP
APPDATA.EXE is a Windows command line application to access and manipulate [ApplicationData](http://msdn.microsoft.com/library/windows/apps/BR241587), introduced in Windows 8. This is particularly useful if you develop applications, manage applications, or are just plain curious about what an application is storing on your behalf. Run with no parameters for help. This was inspired by practical needs over several long nights and weekends working on some package apps. The 'spiritual' inspiration for the technical approach is [REG.EXE](http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/reg.mspx?mfr=true). Think of APPDATA.EXE is to ApplicationData as REG.EXE is to the Registry.