ApplicationData.LocalFolder Property

Gets the root folder in the local app data store.

Syntax

public:
property StorageFolder^ LocalFolder {
         StorageFolder^ get ();
}  

Property value

Type: StorageFolder 

The file system folder that contains the files.

Remarks

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.

Requirements

Namespace: Windows.Storage

Metadata: windows.winmd

See also

Reference

ApplicationData Class

ApplicationData Members

Windows.Storage Namespace