Method ResolvePath
ResolvePath(string)
Runs the configured PathResolver over a raw, symbolic load path.
Declaration
public static string ResolvePath(string rawLoadPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | rawLoadPath | The load path stored in the catalog entry data. |
Returns
| Type | Description |
|---|---|
| string | The resolved, on-disk load path. |