Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.34 KB

package_installedpath.md

File metadata and controls

35 lines (21 loc) · 1.34 KB
-api-id -api-type
P:Windows.ApplicationModel.Package.InstalledPath
winrt property

Windows.ApplicationModel.Package.InstalledPath

-description

Gets the current package's path in the original install folder for the current package.

-property-value

The current package's path in the original install folder for the current package.

-remarks

There are several other ways to refer to a file in a package.

  • You can just begin a URI with a "/" to refer to the package root: <img src="/file.png" alt="" />
  • You can use the "ms-appx:///" protocol: <img src="ms-appx://packageFullName/file.png" alt="" />
  • You can also omit the package name to let the system fill in the domain: <img src="ms-appx:///file.png" alt="" />

For more info about how to refer to files in an app's package, see URI schemes and Reference an image or other asset from XAML markup and code.

-examples

-see-also

MutablePath,EffectivePath,App package information sample (Windows 10)