Gets the root folder in the local app data store.
public:
property StorageFolder^ LocalFolder {
StorageFolder^ get ();
}
Type: StorageFolder
The file system folder that contains the files.
You can access files in the local app data store using the “ms-appdata:///local/” protocol. For example:
<img src="ms-appdata:///local/myFile.png" alt="" />
To access files in the app package, use Windows.ApplicationModel.Package.Current.InstalledLocation.
Namespace: Windows.Storage
Metadata: windows.winmd