Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A path in the app package, relative to the app package root path, to be included in the loader search path for the app's processes.
Element hierarchy
<uap6:LoaderSearchPathOverride>
<uap6:LoaderSearchPathEntry>
Syntax
<uap6:LoaderSearchPathEntry
FolderPath = 'A path relative to the package root. Paths cannot contain a leading or trailing slash or backslash ("\"). This value can also be an empty string.' />
Attributes and elements
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| FolderPath | A relative path used specify where to load content from an app package. | A path relative to the package root. Paths cannot contain a leading or trailing slash or backslash (\). This value can also be an empty string. |
Yes |
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| uap6:LoaderSearchPathOverride | An extension that allows an app developer to declare a path in the app package, relative to the app package root path, to be included in the loader search path for the app's processes. |
Remarks
Note that a LoaderSearchPathEntry can contain an empty FolderPath, which has a different behavior than omitting the LoaderSearchPathEntry. If the LoaderSearchPathEntry is omitted, the default path is the app package root path. Duplicate paths are not permitted.
Main app packages, related set package, optional packages, and framework packages can all declare a LoaderSearchPathEntry.
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/6 |
| Minimum OS Version | Windows 10 version 1803 (Build 17134) |