ApplicationData.LocalFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A StorageFolder for the local data store. This location is backed up to the cloud.
public:
property StorageFolder ^ LocalFolder { StorageFolder ^ get(); };
StorageFolder LocalFolder();
public StorageFolder LocalFolder { get; }
var storageFolder = applicationData.localFolder;
Public ReadOnly Property LocalFolder As StorageFolder
Property Value
Returns a StorageFolder for the local data store.