Package.MutableLocation 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.
Gets the current package's path in the mutable folder for the installed package, if the app is declared to be mutable in its package manifest.
public:
property StorageFolder ^ MutableLocation { StorageFolder ^ get(); };
StorageFolder MutableLocation();
public StorageFolder MutableLocation { get; }
var storageFolder = package.mutableLocation;
Public ReadOnly Property MutableLocation As StorageFolder
Property Value
The location of the mutable folder for the installed package.
Windows requirements
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v8.0)
|
Remarks
If the app is declared to be mutable by including the windows.mutablePackageDirectories extension in its package manifest, it exposes a folder under C:\Program Files\ModifiableWindowsApps where the contents of the application's install folder are projected so that users can modify the installation files. This folder is called the mutable folder. The mutable folder feature is currently available only for certain types of desktop PC games that are published by Microsoft and our partners, and it enables these types of games to support mods.