Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.25 KB

File metadata and controls

30 lines (18 loc) · 1.25 KB
-api-id -api-type ms.custom
P:Windows.ApplicationModel.Package.MutableLocation
winrt property
19H1

Windows.ApplicationModel.Package.MutableLocation

-description

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.

-property-value

The location of the mutable folder for the installed package.

-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.

-see-also

InstalledLocation,EffectiveLocation

-examples